Skip to content

Commit

Permalink
Allow workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 15, 2025
1 parent 07c5863 commit 45152ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Size

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 45152ee

Please sign in to comment.