We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b509857 commit 4b2d96dCopy full SHA for 4b2d96d
1 file changed
.github/workflows/merge-conflict-checker.yml
@@ -18,8 +18,8 @@
18
name: "PR Merge Conflict Check"
19
on:
20
push:
21
- pull_request_target:
22
- types: [synchronize]
+ pull_request:
+ types: [opened, synchronize, reopened]
23
24
permissions: # added using https://github.com/step-security/secure-workflows
25
contents: read
0 commit comments