From a68c6e2b36b0a358ae60d1a65fd6ff26fc7773fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Wed, 21 Aug 2024 11:51:03 +0200 Subject: [PATCH] Allow workflow dispatch to publish natives --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd5eda0..f05294d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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"