Don't run CI on macos unless we're in development/master branch

This commit is contained in:
Scott Nonnenberg 2020-04-06 17:33:47 -07:00
parent f1fbd92369
commit 1631de45aa

View file

@ -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