Trigger deploy on closed PRs

This commit is contained in:
Oliver Davies 2020-09-16 01:20:33 +01:00
parent e1e8a54b36
commit 4207b32e7d

View file

@ -2,7 +2,8 @@
name: Deploy name: Deploy
on: on:
push: pull_request:
types: closed
branches: branches:
- production - production
workflow_dispatch: workflow_dispatch: