Browse Source

Merge pull request #683 from octodns/run-ci-on-md-changes

Revert "Stopped running CI for doc changes."
pull/685/head
Ross McFarland 5 years ago
committed by GitHub
parent
commit
575f50fb56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      .github/workflows/main.yml

+ 1
- 4
.github/workflows/main.yml View File

@ -1,8 +1,5 @@
name: OctoDNS
on:
pull_request:
paths-ignore:
- '**.md'
on: [pull_request]
jobs:
ci:


Loading…
Cancel
Save