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

pull/1023/head
Lim Chee Aun 2025-01-08 14:47:28 +08:00
rodzic 6828b642ee
commit 913fbd992a
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

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