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
commit 7c2c6b14f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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