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.
Test
1 parent ffa74d3 commit 117660fCopy full SHA for 117660f
1 file changed
.github/workflows/test.yml
@@ -8,6 +8,8 @@ on:
8
push:
9
branches:
10
- main
11
+ tags:
12
+ - '**'
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
0 commit comments