allow workflow dispatch

This commit is contained in:
Matt Kiazyk 2024-03-16 21:15:05 -05:00
parent c595eba5df
commit aa34f3b10d

View file

@ -1,6 +1,7 @@
name: XCStrings Validation
on:
workflow_dispatch:
push:
branches:
- main
@ -18,4 +19,4 @@ jobs:
- name: validate translations
run: |
swift build --package-path ./SwiftPolyglot --configuration release
swift run --package-path ./SwiftPolyglot swiftpolyglot "ca,de,el,es,fi,fr,hi,it,ja,ko,nl,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant" --errorOnMissing
swift run --package-path ./SwiftPolyglot swiftpolyglot "ca,de,el,es,fi,fr,hi,it,ja,ko,nl,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant" --errorOnMissing