Disable macos CI

This commit is contained in:
Yunfan Li
2024-08-05 22:14:19 +08:00
parent 085b2e7f19
commit 0e2234846e

View File

@@ -1,9 +1,9 @@
name: macos-build
on:
push:
branches: [ "master" ]
branches: [never-match-this-branch]
pull_request:
branches: [ "master" ]
branches: [never-match-this-branch]
# concurrency:
# group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})