fix branch name in .ts job

This commit is contained in:
FlexBy420 2025-03-06 00:23:29 +01:00 committed by Megamouse
parent 7df5cb84b5
commit 9173fc9815

View file

@ -200,7 +200,7 @@ jobs:
Generate_Translation_Template:
name: Generate Translation Template
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout repository
uses: actions/checkout@main