diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4b3788c1..2f63b92d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ main ] + branches: [ main, 4.x.x, 5.x.x ] pull_request: - branches: [ main ] + branches: [ main, 4.x.x, 5.x.x ] jobs: build: