From 6a382a0d650e47750bcc2a5a1ea0d3cea7f8483e Mon Sep 17 00:00:00 2001 From: Alex <94073946+Alex-NRCan@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:52:19 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bdb55a0..631da9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,12 @@ name: Build artifacts and push to gh-pages on: - #pull_request_target: - # types: [closed] - push: + pull_request_target: + types: [closed] branches: - develop + # push: + # branches: + # - develop workflow_dispatch: jobs: