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 2f0bdec  updating git action workflow to point at master
2f0bdec is described below

commit 2f0bdeca02da49904f770074d9ee97a8bc904df8
Author: poorejc <[email protected]>
AuthorDate: Mon Feb 1 21:43:37 2021 -0500

    updating git action workflow to point at master
---
 .github/workflows/node.js.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 0e4a0d6..1e6e19d 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -5,9 +5,9 @@ name: Node.js CI
 
 on:
   push:
-    branches: [ test ]
+    branches: [ master ]
   pull_request:
-    branches: [ test ]
+    branches: [ master ]
 
 jobs:
   build:

Reply via email to