exclude test for dns api changes

This commit is contained in:
neilpang 2021-06-20 12:26:12 +08:00
parent 74c054b2a5
commit 1c78663378
2 changed files with 12 additions and 0 deletions

View File

@ -6,12 +6,18 @@ on:
paths:
- '**.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs:

View File

@ -6,12 +6,18 @@ on:
paths:
- '**.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: