From d1e97fc12340b4ddd2c1fd69597780ec372f13ac Mon Sep 17 00:00:00 2001 From: David VIEJO Date: Thu, 31 Oct 2024 14:53:43 +0100 Subject: [PATCH] Update Signed-off-by: David VIEJO --- .github/workflows/release_web.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_web.yml b/.github/workflows/release_web.yml index 124434aa..eb5ba2d3 100644 --- a/.github/workflows/release_web.yml +++ b/.github/workflows/release_web.yml @@ -2,9 +2,8 @@ name: Deploy Docusaurus to GitHub Pages on: push: - branches: - - "*" - + pull_request: + jobs: deploy: name: Deploy to GitHub Page