From d063b3e39d23268b4dc0c57990c571fe95ea7a15 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 13:08:10 +1030 Subject: [PATCH] Manual trigger API documentation publishing using workflow_dispatch --- .github/workflows/publish_api_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 32663ec4..8867170f 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -1,6 +1,7 @@ name: publish-api-documentation on: + workflow_dispatch: schedule: - cron: "0 0 * * *" push: