diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5b9e26386..3a5d7b415 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,7 +4,11 @@ name: Deploy documentation to Pages on: # Runs on pushes targeting the default branch push: - branches: ["docs-develop"] + + branches: ["docs-main"] + + + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: