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:
Roman Fomin 2023-01-01 21:21:12 +07:00 committed by GitHub
parent 6807bab12d
commit 7bc9edebb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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