Skip to content

Commit 14ddb07

Browse files
committed
fix: update push trigger for label-sync to run on main branch
Assisted-by: ChatGPT <chatgpt@openai.com> Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
1 parent ce46ba4 commit 14ddb07

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ permissions:
1010
on:
1111
workflow_dispatch:
1212
push:
13-
paths:
14-
- '.github/org-labels.yml'
15-
- '.github/workflows/sync-labels.yml'
13+
branches: [main]
1614

1715
jobs:
1816
labeler:

0 commit comments

Comments
 (0)