mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 08:36:21 +01:00
Not sure if this works, try trigger when PRs are merged into main
This commit is contained in:
parent
6828b642ee
commit
913fbd992a
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main2prod.yml
vendored
6
.github/workflows/main2prod.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue