From 118a820d2d19402ab127cd749e615d9c5b097915 Mon Sep 17 00:00:00 2001 From: zeppi Date: Mon, 4 Apr 2022 08:22:01 -0400 Subject: [PATCH] test-107-gh-workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]