Skip to content

Commit e091542

Browse files
authored
Update CI (#14)
1 parent db783e9 commit e091542

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66
push:
7-
branches: [main]
7+
branches: [master]
8+
tags:
9+
- 'v*'
810
workflow_call:
911
workflow_dispatch:
1012

@@ -184,6 +186,7 @@ jobs:
184186

185187
publish:
186188
runs-on: windows-latest
189+
needs: [test-ubuntu, test-windows]
187190
if: startsWith(github.ref, 'refs/tags/')
188191
steps:
189192
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)