Skip to content

Commit

Permalink
add workflow_dispatch to workflow events
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Jul 30, 2024
1 parent 81eabd7 commit 849f7bc
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 @@ -3,6 +3,7 @@ on:
pull_request:
paths-ignore:
- '**/README.md'
workflow_dispatch:
jobs:
build-linux:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths-ignore:
- '**/README.md'
workflow_dispatch:
jobs:
build-linux:
strategy:
Expand Down

0 comments on commit 849f7bc

Please sign in to comment.