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
1 changed files with 1 additions and 0 deletions

View File

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