Skip to content

Commit

Permalink
Allow manual trigger or locale workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL authored Aug 2, 2023
1 parent 88cb708 commit 55ba36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/locale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches: ["v*"]
paths: ["resources/locale.json"]
workflow_dispatch:

jobs:
rebuild-locale:
name: Rebuild Localisation
runs-on: windows-latest

steps:
- name: Checkout Peacock
uses: actions/checkout@v3
Expand Down Expand Up @@ -96,4 +98,3 @@ jobs:
author_email: admin@thepeacockproject.org
message: "enhancement: update strings"


0 comments on commit 55ba36b

Please sign in to comment.