diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb63ce2..7748ceb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Node.js build on: push: - branches: ["master"] + branches: ["**"] pull_request: - branches: ["master"] + branches: ["**"] jobs: build: |
