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

This commit is contained in:
Lim Chee Aun 2025-01-08 14:47:28 +08:00
parent 6828b642ee
commit 913fbd992a

View file

@ -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: