[CI] Fix release condition

This commit is contained in:
Margen67
2024-10-18 11:02:55 -07:00
parent 0949ebfb38
commit 58098aa6bf

View File

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