diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index a9958805..d52b0ec1 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -28,7 +28,7 @@ jobs: run: | pip install flake8 make lint - - name: Lint all with eslint + - name: Lint all with eslint if: github.ref == 'refs/heads/master' run: | make lint-client