Skip to content

Commit 8f390e6

Browse files
committed
merged isn’t a valid event. Also try using v4-beta
1 parent dc63804 commit 8f390e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Preview Deploy
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, closed, merged]
5+
types: [opened, synchronize, reopened, closed]
66

77
jobs:
88
deploy-preview:
@@ -21,6 +21,6 @@ jobs:
2121
run: npm ci
2222

2323
- name: Deploy to Preview Environment
24-
run: npx trigger.dev@0.0.0-re2-20250526171351 deploy --env preview -a https://test-cloud.trigger.dev --self-hosted
24+
run: npx trigger.dev@v4-beta deploy --env preview -a https://test-cloud.trigger.dev --self-hosted
2525
env:
2626
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)