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
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/FreeBSD.yml'
jobs:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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