From 2343a30012513a8225a92df0d0df18c413e87aed Mon Sep 17 00:00:00 2001 From: Kevin Ingles <44349307+ominusliticus@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:43:00 -0500 Subject: [PATCH] Update make_docs.yml Now build docs when main is updated --- .github/workflows/make_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_docs.yml b/.github/workflows/make_docs.yml index 905d1c92..b26f5a7c 100644 --- a/.github/workflows/make_docs.yml +++ b/.github/workflows/make_docs.yml @@ -3,7 +3,7 @@ name: Sphinx docs to gh-pages on: push: branches: - - develop + - main # workflow_dispatch: # Un comment line if you also want to trigger action manually