From 9173fc9815f162bf24d360a7d2f21b91672c0a8f Mon Sep 17 00:00:00 2001 From: FlexBy420 <68403300+FlexBy420@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:23:29 +0100 Subject: [PATCH] fix branch name in .ts job --- .github/workflows/rpcs3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rpcs3.yml b/.github/workflows/rpcs3.yml index 5535ee7aad..c6c5f1f60a 100644 --- a/.github/workflows/rpcs3.yml +++ b/.github/workflows/rpcs3.yml @@ -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