Skip to content

Commit

Permalink
Recognise multi-digit git tags in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 6, 2021
1 parent 84f8259 commit 506f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "master"
tags:
- "[0-9].[0-9].[0-9]"
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
pre-commit:
Expand Down

0 comments on commit 506f5f8

Please sign in to comment.