Skip to content

Commit db03f4b

Browse files
committed
fix(workflow): allow pushes to both master and main branches
1 parent 35d855e commit db03f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Sync Labels
2020
# --------------------------------------------------------------------
2121
on:
2222
push:
23-
branches: [master]
23+
branches: [master, main] # Trigger on pushes to both master and main branches
2424
paths:
2525
- .github/labels.yml # Runs *only* when this file changes
2626
workflow_dispatch: # Allow manual triggering

0 commit comments

Comments
 (0)