From 05e64fbd3a98b97801b8b5ad7e9e05c5aeb93cb5 Mon Sep 17 00:00:00 2001 From: Seth Rubenstein Date: Thu, 30 Nov 2023 17:00:19 -0500 Subject: [PATCH] Update deploy-docs-to-gh-pages.yml --- .github/workflows/deploy-docs-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs-to-gh-pages.yml b/.github/workflows/deploy-docs-to-gh-pages.yml index 346a9dd4..8e084c3b 100644 --- a/.github/workflows/deploy-docs-to-gh-pages.yml +++ b/.github/workflows/deploy-docs-to-gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy static .docs content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["develop"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: