From 11d4677c96dd9863f251eec9976d163ea541e57d Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 16 Oct 2019 18:25:59 -0700 Subject: [PATCH] Test CI on "push to master" and "pull request" --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1c17cc0..329914f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,12 @@ name: Node CI -on: [push, pull_request] +on: + push: + branches: + - master + tags: + - '!*' + pull_request: jobs: build: