aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-14 20:58:58 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-14 20:58:58 +0800
commit18111ef323a81e399e3b907c9046170afcb8e0eb (patch)
tree61163131ca5713cdb2e92184e9f591153901c24e /.github
parent18c123fcd0ed42bcd6e9ac68204106d31efd041d (diff)
downloadDropOut-18111ef323a81e399e3b907c9046170afcb8e0eb.tar.gz
DropOut-18111ef323a81e399e3b907c9046170afcb8e0eb.zip
fix: remove PR-only restrictions for Windows and macOS platforms in CI workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
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