Commit 1c786633 authored by neilpang's avatar neilpang
Browse files

exclude test for dns api changes

parent 74c054b2
...@@ -6,12 +6,18 @@ on: ...@@ -6,12 +6,18 @@ on:
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: jobs:
......
...@@ -6,12 +6,18 @@ on: ...@@ -6,12 +6,18 @@ on:
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: jobs:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment