Skip to content

Commit 594eb34

Browse files
Allow workflow dispatch to publish api
1 parent 2c4096c commit 594eb34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- '.github/workflows/publish-api.yml' # when new targets are added
88
- 'build.gradle.kts' # when the root build script changes
99
- 'api' # when api source is changed
10+
workflow_dispatch:
11+
1012

1113
concurrency:
1214
group: "pub-api"

0 commit comments

Comments
 (0)