Skip to content

Commit

Permalink
fixup! Add CI workflow that publishes GH Releases
Browse files Browse the repository at this point in the history
Fix github tag patterns
  • Loading branch information
MattSturgeon committed Apr 4, 2024
1 parent b43578b commit 3dff537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
# Only release tags on the main branch
branches:
- main
- 'main'
tags:
- 'v*' # e.g. v1.2.3
- '!v*+mc*' # exclude tags handled by publish.yaml
- '!v*[+]mc*' # exclude tags handled by publish.yaml

# Only allow running one build job at a time to optimise cache hits
concurrency:
Expand Down

0 comments on commit 3dff537

Please sign in to comment.