mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 09:19:06 +00:00
Fix Github Actions build for pull requests #1498
Need to verify later whether it is feasible
This commit is contained in:
3
.github/workflows/msbuild.yml
vendored
3
.github/workflows/msbuild.yml
vendored
@@ -60,6 +60,9 @@ jobs:
|
||||
|
||||
permissions: write-all
|
||||
|
||||
# only run this job on push events, not pull_request
|
||||
if: github.event_name == 'push'
|
||||
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user