Skip to content

Commit f7997e1

Browse files
committed
Normalize quotes in workflow branches list
Change double quotes to single quotes for the 'dev' branch entry in .github/workflows/sync-branches-from-upstream.yml to maintain consistent quoting style; no functional change.
1 parent ff3ae6b commit f7997e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-branches-from-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Sync Branches from Upstream
1414

1515
on:
1616
push:
17-
branches: [ 'main' , "dev" , "dev-1.x" ]
17+
branches: [ 'main' , 'dev' , 'dev-1.x' ]
1818
schedule:
1919
- cron: '*/5 * * * *'
2020

0 commit comments

Comments
 (0)