diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8891064..633467a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: ['**'] pull_request: - branches: [ master ] + branches: ['**'] jobs: build: