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