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