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 name: macos-build
on: on:
push: push:
branches: [never-match-this-branch] branches: [ "master" ]
pull_request: pull_request:
branches: [never-match-this-branch] branches: [ "master" ]
# concurrency: # concurrency:
# group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }}) # group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})