Skip to content

Commit 696009d

Browse files
authored
Trigger staging deploy with pull_request_target (#24)
* Trigger with pull_request_target * Fix event type * Remove conditions
1 parent 1bc5639 commit 696009d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/stage.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Deploy to Cloudflare Workers(Staging)
22

33
on:
4-
pull_request:
5-
branches:
6-
- master
4+
pull_request_target:
75
paths-ignore:
86
- '**.md'
97
repository_dispatch:

0 commit comments

Comments
 (0)