Skip to content

Commit

Permalink
do not run on deploy for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Mar 25, 2024
1 parent bc92c36 commit 8a931d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8a931d9

Please sign in to comment.