Merge pull request #890 from octodns/modules-on-review

Run the modules ci jobs when reviews are submitted
This commit is contained in:
Ross McFarland
2022-03-21 14:06:46 -07:00
committed by GitHub
+4 -1
View File
@@ -1,5 +1,8 @@
name: OctoDNS Modules
on: workflow_dispatch
on:
workflow_dispatch: # option to run manually if/when needed
pull_request_review:
types: [submitted]
jobs:
ci: