Skip to content

Commit 6b08f54

Browse files
Merge pull request #154 from FrNecas/frnecas-lint-fix
Support linting even from the master branch
2 parents df1848d + 764a60c commit 6b08f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: ./build.sh $COMPILER -j4 && cd regression && make test
2020
lint:
2121
runs-on: ubuntu-latest
22+
if: github.ref != 'refs/heads/master'
2223
steps:
2324
- uses: actions/checkout@v2
2425
- name: Get the latest master

0 commit comments

Comments
 (0)