mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-16 16:34:28 +01:00
Fix l10n workflow again
This commit is contained in:
parent
399b36252a
commit
01c0c2c325
4
.github/workflows/locale.yml
vendored
4
.github/workflows/locale.yml
vendored
@ -2,7 +2,7 @@ name: Localisation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["master", "v*"]
|
||||
tags: ["v*"]
|
||||
paths: ["resources/locale.json", ".github/workflows/locale.yml"]
|
||||
workflow_dispatch:
|
||||
@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
rebuild-locale:
|
||||
name: Rebuild Localisation
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, 'master') }}
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user