Skip to content

Commit

Permalink
fix tag matching
Browse files Browse the repository at this point in the history
  • Loading branch information
isaksamsten committed Jan 30, 2024
1 parent 3bfed85 commit 12f1272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 1.1.X

tags:
- 'v*.*.*'
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v*.*.*beta[0-9]'
- 'v*.*.*alpha[0-9]'
- 'v*.*.*beta[0-9]'
Expand Down

0 comments on commit 12f1272

Please sign in to comment.