Skip to content

Commit

Permalink
Preserve original on:push rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfurman committed Feb 6, 2023
1 parent b7ced58 commit 3baf235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: tag-release
on:
push:
branches:
- test
- master
- 'release-*'
paths:
- version.txt

Expand Down

0 comments on commit 3baf235

Please sign in to comment.