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

fix filter to *.yml

parent d25b2890
......@@ -11,6 +11,7 @@ on:
- dev
paths:
- '**.sh'
- '**.yml'
jobs:
......
......@@ -5,11 +5,13 @@ on:
- '*'
paths:
- '**.sh'
- '**.yml'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '**.yml'
jobs:
PebbleStrict:
......
......@@ -5,11 +5,13 @@ on:
- '*'
paths:
- '**.sh'
- '**.yml'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '**.yml'
jobs:
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