Deploy on pushes to production
This commit is contained in:
parent
38e7d23fd0
commit
8139a04eb8
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -2,8 +2,7 @@
|
||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types: closed
|
|
||||||
branches:
|
branches:
|
||||||
- production
|
- production
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue