This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/master by this push:
new 781a4ef more tinkering with git actions
781a4ef is described below
commit 781a4ef258678a7ef44d59115a71081e16b38923
Author: poorejc <[email protected]>
AuthorDate: Mon Feb 1 21:58:07 2021 -0500
more tinkering with git actions
---
.github/workflows/node.js.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 1e6e19d..477e8b3 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -5,9 +5,13 @@ name: Node.js CI
on:
push:
- branches: [ master ]
+ branches:
+ - master
+ - test
pull_request:
- branches: [ master ]
+ branches:
+ - master
+ - test
jobs:
build: