Commit c66e157a authored by neilpang's avatar neilpang
Browse files

fix path filter

parent 2c927277
......@@ -5,7 +5,7 @@ on:
- '*'
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/FreeBSD.yml'
pull_request:
branches:
......
......@@ -12,7 +12,7 @@ on:
- dev
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/Linux.yml'
......
......@@ -12,7 +12,7 @@ on:
- dev
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/MacOS.yml'
jobs:
......
......@@ -11,7 +11,7 @@ on:
- dev
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/PebbleStrict.yml'
jobs:
PebbleStrict:
......
......@@ -12,7 +12,7 @@ on:
- dev
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/Solaris.yml'
jobs:
......
......@@ -12,7 +12,7 @@ on:
- dev
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/Ubuntu.yml'
jobs:
......
......@@ -12,7 +12,7 @@ on:
- dev
paths:
- '*.sh'
- '**.yml'
- '.github/workflows/Windows.yml'
jobs:
......
......@@ -6,6 +6,11 @@ on:
- '*'
tags:
- '*'
paths:
- '**.sh'
- "Dockerfile"
- '.github/workflows/dockerhub.yml'
jobs:
CheckToken:
......
......@@ -11,7 +11,7 @@ on:
- dev
paths:
- '**.sh'
- '**.yml'
- '.github/workflows/shellcheck.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