Skip to content

Commit

Permalink
Remove if to enable preview workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
planger authored Apr 2, 2024
1 parent 0cdf2cf commit 3792b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:

jobs:
build-preview:
if: github.event_name == 'pull_request_target' && github.event.action != 'closed'
# if: github.event_name == 'pull_request_target' && github.event.action != 'closed'
runs-on: ubuntu-latest
steps:
- name: Use Node.js 14.x
Expand Down

0 comments on commit 3792b43

Please sign in to comment.