Skip to content

Commit aa34f3b

Browse files
committed
allow workflow dispatch
1 parent c595eba commit aa34f3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/xcstrings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: XCStrings Validation
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -18,4 +19,4 @@ jobs:
1819
- name: validate translations
1920
run: |
2021
swift build --package-path ./SwiftPolyglot --configuration release
21-
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
22+
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

0 commit comments

Comments
 (0)