1 parent db783e9 commit e091542Copy full SHA for e091542
1 file changed
.github/workflows/config.yml
@@ -4,7 +4,9 @@ on:
4
pull_request:
5
types: [opened, synchronize, reopened]
6
push:
7
- branches: [main]
+ branches: [master]
8
+ tags:
9
+ - 'v*'
10
workflow_call:
11
workflow_dispatch:
12
@@ -184,6 +186,7 @@ jobs:
184
186
185
187
publish:
188
runs-on: windows-latest
189
+ needs: [test-ubuntu, test-windows]
190
if: startsWith(github.ref, 'refs/tags/')
191
steps:
192
- uses: actions/checkout@v4
0 commit comments