Skip to content

Commit

Permalink
Allow manual trigger of release workflow (#478)
Browse files Browse the repository at this point in the history
* Allow manual trigger of release workflow
  • Loading branch information
richard-rogers committed Mar 21, 2022
1 parent 91f9d0d commit c043a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Upload Whylogs Packages
on:
release:
types: [ released, prereleased]
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit c043a92

Please sign in to comment.