From c2af7b92cda04eecc5eb30721fb3298439b8d8af Mon Sep 17 00:00:00 2001 From: oriol Date: Sat, 19 Apr 2025 18:50:02 +0200 Subject: [PATCH] Job shouldn't launch "in the PR" themselves. --- .github/workflows/ghub-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ghub-pages.yml b/.github/workflows/ghub-pages.yml index d0b7536..0e53be7 100644 --- a/.github/workflows/ghub-pages.yml +++ b/.github/workflows/ghub-pages.yml @@ -3,9 +3,9 @@ on: push: branches: - main - pull_request: - branches: - - main +# pull_request: +# branches: +# - main workflow_dispatch: concurrency: