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: on:
push: push:
branches: branches:
- main - main
pull_request:
types: [closed]
branches:
- main
jobs: jobs:
auto-pull-request: auto-pull-request: