diff --git a/.github/workflows/Windows_build.yml b/.github/workflows/Windows_build.yml index bcb355341..5aa90fa6e 100644 --- a/.github/workflows/Windows_build.yml +++ b/.github/workflows/Windows_build.yml @@ -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 }}