Browse Source

minor

pull/3565/head
neilpang 3 years ago
parent
commit
79fac4466e
  1. 11
      .github/workflows/LetsEncrypt.yml
  2. 12
      .github/workflows/Linux.yml
  3. 4
      .github/workflows/PebbleStrict.yml

11
.github/workflows/LetsEncrypt.yml

@ -4,20 +4,15 @@ on:
branches:
- '*'
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs:

12
.github/workflows/Linux.yml

@ -4,20 +4,16 @@ on:
branches:
- '*'
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs:

4
.github/workflows/PebbleStrict.yml

@ -4,13 +4,13 @@ on:
branches:
- '*'
paths:
- '**.sh'
- '*.sh'
- '**.yml'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '*.sh'
- '**.yml'
jobs:

Loading…
Cancel
Save