Trigger deploy on closed PRs
This commit is contained in:
parent
e1e8a54b36
commit
4207b32e7d
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue