From 80d783e25dbdbe2e45f623947dfcfd88cd27202f Mon Sep 17 00:00:00 2001 From: Johann Levesque Date: Mon, 19 Jun 2023 08:38:58 -0400 Subject: [PATCH] Update main.yml Run only on close PR from merge event. Remove the developers build as it created too many error with GitHub deploy engine. We hit the limit too quickly --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 945465b4537..b541c638458 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Deploy process on Pull Request on: pull_request_target: - types: [opened, synchronize, closed] + types: [closed] push: branches: