diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0462e10..37998cd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,7 +5,7 @@ name: Node.js CI on: push: - branches: [ "master" ] + branches: [ "master", "dev" ] pull_request: branches: [ "master" ]