Trigger on staging PR and allow manual trigger.

This commit is contained in:
awalsh128 2021-10-12 12:19:54 -07:00
parent c13dc7e122
commit 417ea9c20e

View file

@ -1,5 +1,9 @@
name: Publish Staging Pull Request
on: [pull_request]
on:
workflow_dispatch:
pull_request:
branches:
- staging
jobs:
publish_event: