Skip to content

Commit

Permalink
adjust pattern match to use [0-9]+
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored and alexandreLamarre committed Jul 25, 2024
1 parent c7b1365 commit 348914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- release/v5.0
- release/v4.0
- release/v3.0
- release/v*.*.*
- release/v[0-9]+.[0-9]+.[0-9]+
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down

0 comments on commit 348914e

Please sign in to comment.