Merge pull request #499 from liyunfan1223/macos_CI

Enable macos CI
This commit is contained in:
Yunfan Li
2024-08-31 01:08:10 +08:00
committed by GitHub

View File

@@ -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 }})