diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7bffbaee8993..028d7e8f69cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,27 +1,9 @@ name: Lint on: pull_request: - paths: - - ".eslint*" - - ".prettier*" - - "**/*.js" - - "**/*.ts" - - "**/*.md" - - "**/*.json" - - "**/*.yml" - - "**/*.yaml" push: - paths: - - ".eslint*" - - ".prettier*" - - "**/*.js" - - "**/*.ts" - - "**/*.md" - - "**/*.json" - - "**/*.yml" - - "**/*.yaml" - branches-ignore: - - "dependabot/**" + branches: + - master jobs: lint: