diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d7f381d1..6ad7ea13 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -34,3 +34,4 @@ jobs: # NOTE: GITHUB_TOKEN is a secret token that is automatically generated by GitHub github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build # directory to deploy + if: github.event_name != 'pull_request'