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: