fix branch name in .ts job
This commit is contained in:
@@ -200,7 +200,7 @@ jobs:
|
|||||||
Generate_Translation_Template:
|
Generate_Translation_Template:
|
||||||
name: Generate Translation Template
|
name: Generate Translation Template
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|||||||
Reference in New Issue
Block a user