From 21374e85b3ca94e55e071360dfcb621199cd3236 Mon Sep 17 00:00:00 2001 From: Johann Levesque Date: Tue, 17 Sep 2024 13:31:17 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f56259..86a6e45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,12 @@ name: Build artifacts and push to gh-pages + on: + pull_request_target: + types: [opened, synchronize, closed, ready_for_review] push: branches: - - develop - # pull_request_target: - # types: [closed] - # branches: - # - develop - workflow_dispatch: - + - "develop" + jobs: # Build the website and create artifacts build_and_create_artifact: