From 18111ef323a81e399e3b907c9046170afcb8e0eb Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 20:58:58 +0800 Subject: fix: remove PR-only restrictions for Windows and macOS platforms in CI workflow --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7868f5..8ca056e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,12 +33,8 @@ jobs: wayland: true - platform: "windows-latest" name: "Windows" - pr_only: true - platform: "macos-14" name: "macOS" - pr_only: true - # Exclude PR-only platforms on push events - if: (!matrix.pr_only || github.event_name == 'pull_request') steps: - uses: actions/checkout@v4 -- cgit v1.2.3-70-g09d2