diff --git a/.github/workflows/release_beta_close_to_prod_workflow.yml b/.github/workflows/release_beta_close_to_prod_workflow.yml index 112bc76..35135ac 100644 --- a/.github/workflows/release_beta_close_to_prod_workflow.yml +++ b/.github/workflows/release_beta_close_to_prod_workflow.yml @@ -1,8 +1,8 @@ name: Release BETA Close - To PRODUCTION workflow on: - pull_request_review: - types: [submitted] + pull_request_target: + types: [closed] branches: - main