mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
fix branch name in .ts job
This commit is contained in:
parent
7df5cb84b5
commit
9173fc9815
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rpcs3.yml
vendored
2
.github/workflows/rpcs3.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue