Skip to content

Commit

Permalink
Merge pull request #75 from takanotume24/feature/74__for_branches_und…
Browse files Browse the repository at this point in the history
…er_release_package_generation_is_performed

fix: Update workflow to trigger on all release branches
  • Loading branch information
takanotume24 authored Nov 29, 2024
2 parents 8ab6328 + 61c6cae commit 0aca07d
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 0aca07d

Please sign in to comment.