Don't run CI on macos unless we're in development/master branch
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user