Skip to content

Commit

Permalink
added workflow_dispatch event to enable manual workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanlooy committed Sep 6, 2024
1 parent 1453381 commit be60e5a
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_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'main'
- 'develop'
workflow_dispatch:

jobs:
build_and_test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'main'
- 'develop'
workflow_dispatch:

jobs:
build_test_release:
Expand Down

0 comments on commit be60e5a

Please sign in to comment.