From 0e2234846e7ae7395a0ad4b3dc95ba9eb888a734 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 5 Aug 2024 22:14:19 +0800 Subject: [PATCH] Disable macos CI --- .github/workflows/macos_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 5ea55963..a0827729 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -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 }})