From 23d5dd48f022878d24ff8f4a5164eeb4f33cb2ca Mon Sep 17 00:00:00 2001 From: EwenQuim Date: Thu, 1 Feb 2024 00:33:11 +0100 Subject: [PATCH] Removes deployments on Pull Requests --- .github/workflows/pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: