diff options
| author | 2026-01-14 20:58:58 +0800 | |
|---|---|---|
| committer | 2026-01-14 20:58:58 +0800 | |
| commit | 18111ef323a81e399e3b907c9046170afcb8e0eb (patch) | |
| tree | 61163131ca5713cdb2e92184e9f591153901c24e /.github/workflows/test.yml | |
| parent | 18c123fcd0ed42bcd6e9ac68204106d31efd041d (diff) | |
| download | DropOut-18111ef323a81e399e3b907c9046170afcb8e0eb.tar.gz DropOut-18111ef323a81e399e3b907c9046170afcb8e0eb.zip | |
fix: remove PR-only restrictions for Windows and macOS platforms in CI workflow
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |