Trigger deploy on closed PRs
This commit is contained in:
parent
e1e8a54b36
commit
4207b32e7d
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -2,7 +2,8 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: closed
|
||||
branches:
|
||||
- production
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue