Skip to content

Commit b3f4203

Browse files
committed
Only trigger workflow on PRs on main branch.
1 parent 33a1f08 commit b3f4203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checking_labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ permissions:
66
on:
77
pull_request:
88
types: [opened, synchronize]
9+
branches:
10+
- main
911

1012
concurrency:
1113
group: trigger-group

0 commit comments

Comments
 (0)