diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3887ad9f..8824f56c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Node.js CI on: push: - branches: [master] + branches: [master,test-107] pull_request: branches: [master]