From 1a36b69c6afbc47ea70d06e31d457c52100ef3f2 Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Sat, 10 Sep 2022 00:40:22 +0200 Subject: [PATCH] Add workflow_dispatch trigger to CI Make it possible to trigger the CI manually from the Actions page. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5283eabe..9391023b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ on: - 'docs/**' - '.appveyor.yml' - '.travis.yml' + workflow_dispatch: jobs: build: