Skip to content

Commit

Permalink
FIX: GH Actions trigger for release (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Brannelly committed Feb 15, 2024
1 parent 2cfc897 commit 721f2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- main
tags:
- "v+[0-9]+.[0-9]+.[0-9]*$"
- "surround-v+[0-9]+.[0-9]+.[0-9]*$"
- "surround-cli-v+[0-9]+.[0-9]+.[0-9]*$"

# Cancel in-progress workflow runs on new PR commits.
concurrency:
Expand Down

0 comments on commit 721f2cd

Please sign in to comment.