From 9dde64003bb55e614787de5cfa524a0822ce1d45 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Sat, 31 Aug 2024 00:05:38 +0800 Subject: [PATCH] Enable 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 a0827729..5ea55963 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -1,9 +1,9 @@ name: macos-build on: push: - branches: [never-match-this-branch] + branches: [ "master" ] pull_request: - branches: [never-match-this-branch] + branches: [ "master" ] # concurrency: # group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})