Browse Source

fix filter

pull/3573/head
neilpang 3 years ago
parent
commit
e9bdf02cfc
  1. 2
      .github/workflows/FreeBSD.yml
  2. 2
      .github/workflows/Linux.yml
  3. 2
      .github/workflows/MacOS.yml
  4. 2
      .github/workflows/PebbleStrict.yml
  5. 2
      .github/workflows/Solaris.yml
  6. 2
      .github/workflows/Ubuntu.yml
  7. 2
      .github/workflows/Windows.yml
  8. 2
      .github/workflows/shellcheck.yml

2
.github/workflows/FreeBSD.yml

@ -12,7 +12,7 @@ on:
- dev - dev
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/FreeBSD.yml'
jobs: jobs:

2
.github/workflows/Linux.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/Linux.yml'
pull_request: pull_request:
branches: branches:

2
.github/workflows/MacOS.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/MacOS.yml'
pull_request: pull_request:
branches: branches:

2
.github/workflows/PebbleStrict.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/PebbleStrict.yml'
pull_request: pull_request:
branches: branches:
- dev - dev

2
.github/workflows/Solaris.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/Solaris.yml'
pull_request: pull_request:
branches: branches:

2
.github/workflows/Ubuntu.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/Ubuntu.yml'
pull_request: pull_request:
branches: branches:

2
.github/workflows/Windows.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml'
- '.github/workflows/Windows.yml'
pull_request: pull_request:
branches: branches:

2
.github/workflows/shellcheck.yml

@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
- '.github/workflows/shellcheck.yml'
pull_request: pull_request:
branches: branches:
- dev - dev

Loading…
Cancel
Save