Skip to content

Commit

Permalink
check that!
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 22, 2024
1 parent 42cc0bd commit 427ec21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ env:
on:
issue_comment:
types: [created]
pull_request:
push:
pull_request_target:
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -34,6 +33,8 @@ jobs:
- name: Checkout PR (pull_request)
uses: actions/checkout@v2
if: github.event_name == 'pull_request'
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head

- run: npm i -g [email protected]
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 427ec21

Please sign in to comment.