Skip to content

Commit e45d2a0

Browse files
committed
fix: Correct GitHub Actions workflow tag trigger configuration
1 parent 9840cfb commit e45d2a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quickstart-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
- 'master'
99
- 'dev'
1010
- 'refactoring-v3-mvp'
11+
tags:
12+
- '**'
1113
pull_request:
1214
branches:
1315
- 'master'
1416
- 'dev'
1517
- 'refactoring-v3-mvp'
16-
tags:
17-
- '**'
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)