From 73e6a0e4f5776770782d5db15676791cc8a8cce5 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Mon, 15 Jul 2024 11:17:25 -0400 Subject: [PATCH] Update test.yml Switch branch to main --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e9c062a2..04ef4b591 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Test and publish on: push: branches: - - master + - main paths-ignore: - "**/*.md" pull_request: @@ -201,7 +201,7 @@ jobs: runs-on: ubuntu-latest name: Publish (NPM) needs: ['build', 'test', 'browser'] - if: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }} + if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'release' }} steps: - name: Setup node uses: actions/setup-node@v3 @@ -217,4 +217,4 @@ jobs: chmod +x publish.sh ./publish.sh env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}