diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 50eef081..26cf4724 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,11 +3,9 @@ name: Deploy Docusaurus site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main", "ci/**"] + branches: ["main", "pages/**"] paths: - "documentation/**" - pull_request: - branches: ["main", "ci/**"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: