diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a088024a..31551e03 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,6 +50,8 @@ jobs: # npm run lint-markdown - name: Run npm tests + # Only run tests on PR events; bypass for deploys/merges to main + if: ${{ github.event_name == 'pull_request' }} run: | npm test