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