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 84c6dd9 commit e60328cCopy full SHA for e60328c
.github/workflows/check-code.yml
@@ -6,7 +6,8 @@ on:
6
branches:
7
- develop
8
- master
9
- - 'refs/tags/[0-9]+.[0-9]+.[0-9]+*'
+ tags:
10
+ - '[0-9]+.[0-9]+.[0-9]+*'
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments