mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +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:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
|
||||
|
||||
jobs:
|
||||
|
6
.github/workflows/Linux.yml
vendored
6
.github/workflows/Linux.yml
vendored
@ -6,12 +6,18 @@ on:
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.yml'
|
||||
- '!dnsapi/**'
|
||||
- '!deploy/**'
|
||||
- '!notify/**'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user