mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
exclude test for dns api changes
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user