fix path filter

This commit is contained in:
neilpang 2021-06-24 23:30:16 +08:00
parent 2c927277e2
commit c66e157a14
9 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,6 +6,11 @@ on:
- '*'
tags:
- '*'
paths:
- '**.sh'
- "Dockerfile"
- '.github/workflows/dockerhub.yml'
jobs:
CheckToken:

View File

@ -11,7 +11,7 @@ on:
- dev
paths:
- '**.sh'
- '**.yml'
- '.github/workflows/shellcheck.yml'
jobs:
ShellCheck: