this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Not sure if this works, try trigger when PRs are merged into main

+5 -1
+5 -1
.github/workflows/main2prod.yml
··· 1 - name: Pull Request to `main` from `production` 1 + name: Pull Request into `production` from `main` 2 2 3 3 on: 4 4 push: 5 + branches: 6 + - main 7 + pull_request: 8 + types: [closed] 5 9 branches: 6 10 - main 7 11