We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c32d3 commit 94d2a2bCopy full SHA for 94d2a2b
1 file changed
.github/workflows/prmerged.yaml
@@ -1,11 +1,10 @@
1
name: On Pull Request Merge
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [closed]
6
7
jobs:
8
-
9
on-merge:
10
runs-on: ubuntu-latest
11
if: ${{ github.event.pull_request.merged == true }}
0 commit comments