Skip to content

Commit

Permalink
Add workflow_dispatch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed May 30, 2024
1 parent 838f286 commit 2c401af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: 0 0 * * 3

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

jobs:
lint:
Expand Down

0 comments on commit 2c401af

Please sign in to comment.