From 8d60eca235f593be75ce752cc985dcc80b27ad7c Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 11 Sep 2019 02:54:14 -0400 Subject: [PATCH] update readme --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 621a4da..36bbdc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: "Run JavaScript Action" -on: [pull_request, push] +on: + push: + branches: + - 'releases/*' # only run in release distribution branches jobs: test: @@ -9,6 +12,6 @@ jobs: - run: npm ci - run: npm test - - uses: . + - uses: actions/javascript-action@releases/v1 with: milliseconds: 1000