diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 38f9b02a9..f1f26b4ad 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,7 +4,7 @@ name: Docs on: # Runs on pushes targeting the default branch push: - branches: ["main", "docs"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: