mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
allow workflow dispatch
This commit is contained in:
parent
c595eba5df
commit
aa34f3b10d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/xcstrings.yml
vendored
3
.github/workflows/xcstrings.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue