Skip to content

Commit

Permalink
Add build condition to other example
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Dec 22, 2023
1 parent 9d5788d commit 1574bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: npm i && npm run build
if: github.event.action != 'closed'
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: .
Expand Down

0 comments on commit 1574bfc

Please sign in to comment.