Skip to content

Commit

Permalink
ci: update bundle only for releases (tags starting with v)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Apr 1, 2024
1 parent 1441c17 commit 1e70c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:

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

0 comments on commit 1e70c02

Please sign in to comment.