Skip to content

Commit

Permalink
Allow workflow dispatch to publish natives
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Aug 21, 2024
1 parent 594eb34 commit a68c6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'build.gradle.kts' # when the root build script changes
- 'api' # when api source is changed
- 'native' # when natives are changed
workflow_dispatch:

concurrency:
group: "pub"
Expand Down

0 comments on commit a68c6e2

Please sign in to comment.