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: branches:
- '*' - '*'
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:

12
.github/workflows/Linux.yml

@ -4,20 +4,16 @@ on:
branches: branches:
- '*' - '*'
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:

4
.github/workflows/PebbleStrict.yml

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

Loading…
Cancel
Save