Skip to content

Commit a68c6e2

Browse files
Allow workflow dispatch to publish natives
1 parent 594eb34 commit a68c6e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'build.gradle.kts' # when the root build script changes
99
- 'api' # when api source is changed
1010
- 'native' # when natives are changed
11+
workflow_dispatch:
1112

1213
concurrency:
1314
group: "pub"

0 commit comments

Comments
 (0)