mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
enable MSVC CI for push requests (#857)
The author of the push request can change the workflow files anyway, so there is no point in limiting it. We have to be careful with PRs that change vcpkg.json or win_msvc.yml
This commit is contained in:
parent
6807bab12d
commit
7bc9edebb6
4
.github/workflows/win_msvc.yml
vendored
4
.github/workflows/win_msvc.yml
vendored
@ -1,10 +1,12 @@
|
||||
name: windows build
|
||||
name: artifacts
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
tags: ['*']
|
||||
paths-ignore: ['**.md']
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
VCPKG_ROOT: C:\vcpkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user