diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03b8c7d..a52e631 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test-windows: @@ -53,4 +53,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run test \ No newline at end of file + - run: npm run test