diff --git a/.github/workflows/aglint.yml b/.github/workflows/aglint.yml index f44f979bac6..87fdc6cc99b 100644 --- a/.github/workflows/aglint.yml +++ b/.github/workflows/aglint.yml @@ -9,13 +9,17 @@ on: - master paths: - "**/*.txt" + - ".aglintrc.*" + - "package.json" + - "yarn.lock" pull_request: branches: - master - types: - - opened paths: - "**/*.txt" + - ".aglintrc.*" + - "package.json" + - "yarn.lock" jobs: lint: