diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2addb2..7a1ec20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,9 @@ name: Politescript Tests on: push: - branches: [ main ] + branches: [ typescript-version ] pull_request: - branches: [ main ] + branches: [ typescript-version ] jobs: build: runs-on: ubuntu-latest