You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2021/02/02 02:58:16 UTC

[incubator-flagon-useralejs] branch master updated: more tinkering with git actions

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 <po...@apache.org>
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: