Skip to content

Commit

Permalink
also release on tags matching 0.0.0-rc.0, drop main branch filter
Browse files Browse the repository at this point in the history
I tried keeping the main branch filter without extra
complexity/duplication, but that looks messier than its worth.

Thought about yaml anchors, but those can't be shared across documents...
(so the `---` separator wipes them) :(
  • Loading branch information
danielpodwysocki-gini committed Oct 17, 2024
1 parent d21155b commit 96e230c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'

permissions:
contents: write
Expand Down

0 comments on commit 96e230c

Please sign in to comment.