From 2ec5fd9d3b1d80bf598206fcad4c3b67ef9fae6b Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Tue, 14 Dec 2021 22:05:30 +0100 Subject: [PATCH] Allow manually triggering publishing the website --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6719de3d..33a5cdab 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,6 +4,8 @@ on: push: branches: - main + # enable users to manually trigger with workflow_dispatch + workflow_dispatch: {} jobs: publish-website: