Skip to content

Commit 764a60c

Browse files
committed
Exclude push to master from linting
Signed-off-by: František Nečas <[email protected]>
1 parent df1848d commit 764a60c

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)