mirror of
https://github.com/Z3Prover/z3
synced 2026-07-13 18:46:26 +00:00
Update Windows.yml
This commit is contained in:
parent
58431ec158
commit
fc6355cbe2
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