From 3faec56af3bb875e1aec6932406ef9feae09e611 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 15 May 2024 12:57:12 -0600 Subject: [PATCH] Make docs track develop for now --- .github/workflows/docs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 2e3fa9ba..afeda954 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -8,7 +8,7 @@ run-name: Deploy sphinx site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["develop"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: