diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 981e09d..b78077b 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -1,5 +1,19 @@ name: ESLint -on: [push, pull_request] +on: + push: + branches: + - '*' + - '!docs' + - '!develop' + - '!master' + - '!gh-pages' + pull_request: + branches: + - '*' + - '!docs' + - '!develop' + - '!master' + - '!gh-pages' jobs: test: strategy: