We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aacc2a commit a2ed70fCopy full SHA for a2ed70f
.github/workflows/translate.yml
@@ -2,7 +2,7 @@ name: Translate
2
3
on:
4
push:
5
- branches: ["main", "master"]
+ branches: master
6
paths:
7
- "localizations/en_US.json"
8
workflow_dispatch:
@@ -12,10 +12,10 @@ on:
12
required: false
13
type: string
14
base_branch:
15
- description: "Base branch for PR (defaults to main)"
+ description: "Base branch for PR (defaults to master)"
16
17
18
- default: "main"
+ default: "master"
19
20
jobs:
21
translate:
0 commit comments