mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 17:29:08 +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
|
permissions: write-all
|
||||||
|
|
||||||
|
# only run this job on push events, not pull_request
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user