remove incorrect branches syntax, use github_ref

This commit is contained in:
Severiano Badajoz
2020-04-01 15:45:42 -07:00
committed by GitHub
parent 43a16a23d9
commit 4c5474a0c1
+1 -8
View File
@@ -26,16 +26,9 @@ jobs:
run: |
pip install flake8
make lint
- name: Lint diff with eslint
branches-ignore:
- master
run: |
cd client && make lint-diff-client
- name: Lint with eslint
branches:
- master
run: |
make lint-client
if(${GITHUB_REF} == "refs/heads/master") then make lint-client; else make lint-diff-client; fi
unit-test: