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:
|
macos:
|
||||||
needs: lint
|
needs: lint
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: uname -a
|
- run: uname -a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue