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
|
name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
|
types: closed
|
||||||
branches:
|
branches:
|
||||||
- production
|
- production
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue