We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df1848d + 764a60c commit 6b08f54Copy full SHA for 6b08f54
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
run: ./build.sh $COMPILER -j4 && cd regression && make test
20
lint:
21
runs-on: ubuntu-latest
22
+ if: github.ref != 'refs/heads/master'
23
steps:
24
- uses: actions/checkout@v2
25
- name: Get the latest master
0 commit comments