1
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:
AnthonyFuller 2024-04-06 16:07:52 +01:00
parent 399b36252a
commit 01c0c2c325

View File

@ -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: