fix filter to *.yml

This commit is contained in:
neil 2020-09-01 21:39:44 +08:00
parent d25b2890be
commit 1f5b6a6a35
3 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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