Skip to content

Commit

Permalink
FIX: Tag push trigger regex
Browse files Browse the repository at this point in the history
  • Loading branch information
zacbrannelly committed Feb 15, 2024
1 parent 5337935 commit c30f38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches:
- main
tags:
- "surround-v+[0-9]+.[0-9]+.[0-9]*$"
- "surround-cli-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 c30f38c

Please sign in to comment.