Skip to content

Commit cea0a74

Browse files
committed
chore: fix wrong branch on label sync workflow
1 parent 3656ffb commit cea0a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Label sync
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- .github/labels.yml
99
- .github/workflows/github-label-sync.yml

0 commit comments

Comments
 (0)