From ace19274742f38b46ec93198675c7b14203c685d Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Thu, 12 Sep 2024 14:43:12 -0400 Subject: [PATCH] #529: deploy docs on pushes to master or develop --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 23eb3600..350344c2 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -2,7 +2,7 @@ name: Deploy docs on: push: - branches: [ '529-documentation-deployment-may-not-be-working' ] + branches: [ 'master', 'develop' ] jobs: build-and-deploy-docs: