From 06763a9e4a4dd163beac0a43924b990ea11d7824 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 16 Oct 2024 02:50:41 -0700 Subject: [PATCH] CI: Only create releases for canary_experimental --- .github/workflows/Windows_build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Windows_build.yml b/.github/workflows/Windows_build.yml index c4851a30c..bcb355341 100644 --- a/.github/workflows/Windows_build.yml +++ b/.github/workflows/Windows_build.yml @@ -92,8 +92,7 @@ jobs: if: | github.repository == 'xenia-canary/xenia-canary' && github.event.action != 'pull_request' && - contains(github.ref, 'refs/heads/canary') && - github.ref != 'refs/heads/canary_base' && + github.ref == 'canary_experimental' && matrix.vsver == '2019' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}