From 5ed7f11060095d19f5bd4c075ca4f096a579c0e3 Mon Sep 17 00:00:00 2001 From: Mark Kremer Date: Sun, 27 Oct 2024 17:13:47 +0100 Subject: [PATCH] Allow manual dispatching of github pages action --- .github/workflows/github-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 62c7a6e..d708a11 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,6 +1,7 @@ name: GitHub Pages on: + workflow_dispatch: {} push: branches: ['main'] tags: ['*']