From 1631de45aae33af2524f3a4593a3d58c2839d0c7 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 6 Apr 2020 17:33:47 -0700 Subject: [PATCH] Don't run CI on macos unless we're in development/master branch --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70aa93a49..2bfa84928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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