mirror of
https://github.com/Z3Prover/z3
synced 2026-06-02 07:07:52 +00:00
Update Windows.yml
This commit is contained in:
parent
921006f628
commit
cf18a764f3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/Windows.yml
vendored
4
.github/workflows/Windows.yml
vendored
|
|
@ -3,7 +3,9 @@ name: Windows
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue