Browse Source

fix filter to *.yml

pull/3141/head
neil 4 years ago
parent
commit
1f5b6a6a35
  1. 1
      .github/workflows/LetsEncrypt.yml
  2. 2
      .github/workflows/PebbleStrict.yml
  3. 2
      .github/workflows/shellcheck.yml

1
.github/workflows/LetsEncrypt.yml

@ -11,6 +11,7 @@ on:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
jobs: jobs:

2
.github/workflows/PebbleStrict.yml

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

2
.github/workflows/shellcheck.yml

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

Loading…
Cancel
Save