Skip to content

Commit

Permalink
Revert "ci: allow bundle generation for manual dispatch"
Browse files Browse the repository at this point in the history
This reverts commit b8e6e34.
  • Loading branch information
yorugac committed Nov 13, 2024
1 parent b8e6e34 commit 7f1eb81
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') || github.event_name == "workflow_dispatch"
if: startsWith(github.ref_name, 'v')
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 7f1eb81

Please sign in to comment.