Skip to content

Commit

Permalink
fix: Update workflow to trigger on all release branches
Browse files Browse the repository at this point in the history
- Changed the trigger condition from the 'release' branch to all branches under the 'release/**' pattern for the publish workflow.
  • Loading branch information
takanotume24 committed Nov 29, 2024
1 parent 8ab6328 commit 61c6cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "publish"
on:
push:
branches:
- release
- release/**

# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down

0 comments on commit 61c6cae

Please sign in to comment.