We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef964 commit 4fe72b7Copy full SHA for 4fe72b7
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches: [ main ]
7
- tags: [ 'v[0-9]+.[0-9]+.[0-9]+', 'core/v[0-9]+.[0-9]+.[0-9]+' ]
+ tags: [ 'v[0-9]+.[0-9]+.[0-9]+*', 'core/v[0-9]+.[0-9]+.[0-9]+*' ]
8
9
jobs:
10
unit-tests:
0 commit comments