Skip to content

Commit 5063f9d

Browse files
authored
ci(workflows): specify pull_request_target branches (#210)
1 parent d9937b1 commit 5063f9d

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)