mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
exclude test for dns api changes
This commit is contained in:
parent
74c054b2a5
commit
1c78663378
6
.github/workflows/LetsEncrypt.yml
vendored
6
.github/workflows/LetsEncrypt.yml
vendored
@ -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
.github/workflows/Linux.yml
vendored
6
.github/workflows/Linux.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user