diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36bbdc0..cce17f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,9 @@ name: "Run JavaScript Action" on: + pull_request: push: - branches: + branches: + - master - 'releases/*' # only run in release distribution branches jobs: @@ -12,6 +14,6 @@ jobs: - run: npm ci - run: npm test - - uses: actions/javascript-action@releases/v1 - with: + - uses: ./ + with: milliseconds: 1000