Skip to content

Commit 117660f

Browse files
authored
GitHub Actions: Run Test workflow on tag (#66)
1 parent ffa74d3 commit 117660f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- main
11+
tags:
12+
- '**'
1113

1214
concurrency:
1315
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)