Enable macos CI

This commit is contained in:
Yunfan Li
2024-08-31 00:05:38 +08:00
parent 7f96183501
commit 9dde64003b

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