Skip to content

Commit abe59ef

Browse files
authored
ci(workflows): specify pull_request_target branches (#41741)
1 parent c83df62 commit abe59ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr-rebase-needed.yml

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

810
permissions:

.github/workflows/system-file-changes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: System file changes
22

33
on:
44
pull_request_target:
5+
branches:
6+
- main
57
paths:
68
- ".github/workflows/**"
79
- ".github/CODEOWNERS"

0 commit comments

Comments
 (0)