Skip to content

Commit 94d2a2b

Browse files
authored
Change pull_request to pull_request_target in workflow
1 parent f6c32d3 commit 94d2a2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prmerged.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: On Pull Request Merge
22

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

77
jobs:
8-
98
on-merge:
109
runs-on: ubuntu-latest
1110
if: ${{ github.event.pull_request.merged == true }}

0 commit comments

Comments
 (0)