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

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

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: