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: