Skip to content

Commit a2ed70f

Browse files
committed
ci: workflow_dispatch
1 parent 2aacc2a commit a2ed70f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/translate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Translate
22

33
on:
44
push:
5-
branches: ["main", "master"]
5+
branches: master
66
paths:
77
- "localizations/en_US.json"
88
workflow_dispatch:
@@ -12,10 +12,10 @@ on:
1212
required: false
1313
type: string
1414
base_branch:
15-
description: "Base branch for PR (defaults to main)"
15+
description: "Base branch for PR (defaults to master)"
1616
required: false
1717
type: string
18-
default: "main"
18+
default: "master"
1919

2020
jobs:
2121
translate:

0 commit comments

Comments
 (0)