We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d7d76 commit 21d9eaaCopy full SHA for 21d9eaa
.github/workflows/ci.yml
@@ -5,8 +5,8 @@ on:
5
branches: [master]
6
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
7
tags:
8
- - "v[0-9].[0-9].[0-9]"
9
- - "v[0-9].[0-9].[0-9]-*"
+ - "v[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+-*"
10
11
pull_request:
12
0 commit comments