From 501689ea1fc1d1b72b2c9e1223e9a000c9aadbb9 Mon Sep 17 00:00:00 2001 From: Joseph LaFreniere Date: Sun, 5 Jun 2022 13:55:00 -0500 Subject: [PATCH] Allow manually triggering production deployment This allows maintainers to optionally update the documentation as PRs are merged into other Poetry repos rather than needing to wait for the scheduled deployments. --- .github/workflows/deploy-production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 644d655..6624e56 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -6,6 +6,7 @@ on: push: branches: - main + workflow_dispatch: {} jobs: deploy-preview: