Skip to content

Commit

Permalink
Fix branch-ignore not matching slashes
Browse files Browse the repository at this point in the history
Glad I caught this before it made 1000 releases...

(cherry picked from commit 0b40f00)
  • Loading branch information
Mooshua committed Feb 8, 2024
1 parent 3aa9e3c commit b93392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
branches-ignore:
- "*"
- "**"
tags:
- "*"

Expand Down

0 comments on commit b93392b

Please sign in to comment.