Skip to content

Commit a619540

Browse files
committed
fix(ci): update pr closed workflow
1 parent 8363871 commit a619540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-closed.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🎉 PR closed
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types:
66
- closed
77

@@ -12,7 +12,6 @@ permissions:
1212
jobs:
1313
thank-you:
1414
runs-on: ubuntu-latest
15-
1615
if: github.event.pull_request.merged == true
1716

1817
steps:

0 commit comments

Comments
 (0)