From 83b6bfb8dc30b93d1bfb96ed61fcad77578db5a5 Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Fri, 6 Sep 2024 18:08:11 +0200 Subject: [PATCH] Add workflow_dispatch to the ci triggers --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index be19247..3cbf7f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: Publish Application on GitHub Pages # Don't add something here until the plugin is available on Maven, the CI is quite long :( -on: [] +on: [workflow_dispatch] jobs: # Build job build: