From 7544eb1ba8eff99f1ceb7778ae24a0766c7b8d16 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Sat, 25 Feb 2023 09:15:36 -0600 Subject: [PATCH] Moves what branch controls doc publishing --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a6b08ad..3d9be3b2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,7 @@ on: push: branches: - documentation + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: