Skip to content

Commit

Permalink
add workflow dispatch event trigger to Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Mar 14, 2024
1 parent 12c1d21 commit 9c4cdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release Pypi package
on:
release:
types: [created]
workflow_dispatch:

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
paths-ignore:
- README.md
workflow_dispatch:
env:
HARMONY_LITE: no_transformers

Expand Down

0 comments on commit 9c4cdfc

Please sign in to comment.