1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Run the modules ci jobs when reviews are submitted

This commit is contained in:
Ross McFarland
2022-03-21 13:53:57 -07:00
parent 0d52be3872
commit c211e8b472

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: