Commit 1f5b6a6a authored by neil's avatar neil
Browse files

fix filter to *.yml

parent d25b2890
...@@ -11,6 +11,7 @@ on: ...@@ -11,6 +11,7 @@ on:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
jobs: jobs:
......
...@@ -5,11 +5,13 @@ on: ...@@ -5,11 +5,13 @@ on:
- '*' - '*'
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
jobs: jobs:
PebbleStrict: PebbleStrict:
......
...@@ -5,11 +5,13 @@ on: ...@@ -5,11 +5,13 @@ on:
- '*' - '*'
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '**.sh'
- '**.yml'
jobs: jobs:
ShellCheck: ShellCheck:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment