Browse Source

Run the modules ci jobs when reviews are submitted

pull/890/head
Ross McFarland 4 years ago
parent
commit
c211e8b472
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/workflows/modules.yml

+ 4
- 1
.github/workflows/modules.yml 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:


Loading…
Cancel
Save