Skip to content

Commit 44ba85f

Browse files
authored
fix(ci): restrict backport workflow to PRs targeting main (#2877)
1 parent 70f3149 commit 44ba85f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/microsoft-backport.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
issue_comment:
77
types: [created]
88
pull_request:
9+
branches: [main]
910
types: [synchronize]
1011

1112
permissions:

0 commit comments

Comments
 (0)