From c125c0f78420c0282130b65b6698f2824cf9a8c3 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 25 Sep 2019 15:20:18 -0400 Subject: [PATCH] update test.yml to validate master locally --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f98aee2..1cb570c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,10 @@ -name: "Test JavaScript Action" +name: "Test typescript-action" on: + pull_request: push: - branches: - - 'releases/*' # only run in release distribution branches + branches: + - master + - 'releases/*' jobs: test: