diff --git a/.github/workflows/main2prod.yml b/.github/workflows/main2prod.yml index 0f78df2c..46fd92b2 100644 --- a/.github/workflows/main2prod.yml +++ b/.github/workflows/main2prod.yml @@ -1,9 +1,13 @@ -name: Pull Request to `main` from `production` +name: Pull Request into `production` from `main` on: push: branches: - main + pull_request: + types: [closed] + branches: + - main jobs: auto-pull-request: