diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 65e592a..87c417b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ master, v2.x ] pull_request: - branches: [ master ] + branches: [ master, v2.x ] jobs: build: