Skip to content

Commit 76c1773

Browse files
committed
Change i18n update github action to use trunk instead of main
1 parent 826dfbc commit 76c1773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: i18n Update Action
33
on:
44
push:
55
branches:
6-
- trunk # Trigger when code is merged into main
6+
- trunk # Trigger when code is merged into trunk
77
workflow_dispatch: # Allows manual trigger with a branch input
88
inputs:
99
base_branch:

0 commit comments

Comments
 (0)