Skip to content

Commit

Permalink
feat(workflow): trigger label sync on main branch
Browse files Browse the repository at this point in the history
Ensure the label synchronization workflow is executed on pushes
to the main branch, enhancing label consistency and reducing
manual updates.
  • Loading branch information
YidiDev committed Oct 5, 2024
1 parent 3b9e341 commit ab04a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Sync Labels

on:
push:
branches:
- 'main'
paths:
- '.github/labels.json'
workflow_dispatch:
Expand Down

0 comments on commit ab04a9e

Please sign in to comment.