From f11b3c4d693eb07e2344cd90c7f53b0d91c25760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20A=2E=20Ramos?= <38730172+jar2333@users.noreply.github.com> Date: Wed, 1 May 2024 20:32:13 -0400 Subject: [PATCH] Update main-documentation.yaml --- .github/workflows/main-documentation.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-documentation.yaml b/.github/workflows/main-documentation.yaml index 9a738f1..b6db2b2 100644 --- a/.github/workflows/main-documentation.yaml +++ b/.github/workflows/main-documentation.yaml @@ -3,8 +3,9 @@ name: Documentation Workflow # build the documentation whenever there are new commits on main on: push: - branches: - - main + branches: [ "main" ] + pull_request: + branches: [ "main" ] workflow_dispatch: # Alternative: only build for tags.