Don't run CI on macos unless we're in development/master branch
This commit is contained in:
parent
f1fbd92369
commit
1631de45aa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
macos:
|
||||
needs: lint
|
||||
runs-on: macos-latest
|
||||
if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master'
|
||||
|
||||
steps:
|
||||
- run: uname -a
|
||||
|
|
Loading…
Reference in a new issue