fix filter

This commit is contained in:
neilpang 2021-06-25 00:01:46 +08:00
parent 77f659c9b9
commit e9bdf02cfc
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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