Browse Source

exclude test for dns api changes

pull/3565/head
neilpang 3 years ago
parent
commit
1c78663378
  1. 6
      .github/workflows/LetsEncrypt.yml
  2. 6
      .github/workflows/Linux.yml

6
.github/workflows/LetsEncrypt.yml

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

6
.github/workflows/Linux.yml

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

Loading…
Cancel
Save