Skip to content

Commit

Permalink
Add trigger for GitHub release workflow on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Dec 21, 2024
1 parent 228b963 commit f00afed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- release/**

# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.

Expand Down

0 comments on commit f00afed

Please sign in to comment.