Skip to content

Commit

Permalink
* Adjusted workflow trigger condition for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DidacSF committed Apr 4, 2024
1 parent 3cdf898 commit d31f2e6
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 @@ -5,7 +5,7 @@ on:
branches:
- release/[0-9]+.[0-9]+.[0-9]+
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-?[a-z0-9]*

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit d31f2e6

Please sign in to comment.