mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] Fix release condition
This commit is contained in:
parent
0949ebfb38
commit
58098aa6bf
2
.github/workflows/Windows_build.yml
vendored
2
.github/workflows/Windows_build.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
if: |
|
||||
github.repository == 'xenia-canary/xenia-canary' &&
|
||||
github.event.action != 'pull_request' &&
|
||||
github.ref == 'canary_experimental' &&
|
||||
github.ref == 'refs/heads/canary_experimental' &&
|
||||
matrix.vsver == '2019'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue