Skip to content

Commit

Permalink
ci: allow bundle generation for manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Nov 13, 2024
1 parent dffa736 commit b8e6e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

bundle:
name: "Generate bundle"
if: startsWith(github.ref_name, 'v')
if: startsWith(github.ref_name, 'v') || github.event_name == "workflow_dispatch"
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit b8e6e34

Please sign in to comment.