CI: Only create releases for canary_experimental

This commit is contained in:
Margen67 2024-10-16 02:50:41 -07:00
parent ea762e9f1b
commit 06763a9e4a
1 changed files with 1 additions and 2 deletions

View File

@ -92,8 +92,7 @@ jobs:
if: | if: |
github.repository == 'xenia-canary/xenia-canary' && github.repository == 'xenia-canary/xenia-canary' &&
github.event.action != 'pull_request' && github.event.action != 'pull_request' &&
contains(github.ref, 'refs/heads/canary') && github.ref == 'canary_experimental' &&
github.ref != 'refs/heads/canary_base' &&
matrix.vsver == '2019' matrix.vsver == '2019'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}