Skip to content

Commit 1ad26de

Browse files
authored
ci(workflows): specify pull_request_target branches (#351)
1 parent b5f90cb commit 1ad26de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-merge-conflicts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: "Label PRs with conflicts"
33
on:
44
push:
55
pull_request_target:
6+
branches:
7+
- main
68
types: [synchronize]
79

810
permissions:

0 commit comments

Comments
 (0)