We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d855e commit db03f4bCopy full SHA for db03f4b
1 file changed
.github/workflows/sync-labels.yml
@@ -20,7 +20,7 @@ name: Sync Labels
20
# --------------------------------------------------------------------
21
on:
22
push:
23
- branches: [master]
+ branches: [master, main] # Trigger on pushes to both master and main branches
24
paths:
25
- .github/labels.yml # Runs *only* when this file changes
26
workflow_dispatch: # Allow manual triggering
0 commit comments