Commit e9bdf02c authored by neilpang's avatar neilpang
Browse files

fix filter

parent 77f659c9
...@@ -12,7 +12,7 @@ on: ...@@ -12,7 +12,7 @@ on:
- dev - dev
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/FreeBSD.yml'
jobs: jobs:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/Linux.yml'
pull_request: pull_request:
branches: branches:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/MacOS.yml'
pull_request: pull_request:
branches: branches:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/PebbleStrict.yml'
pull_request: pull_request:
branches: branches:
- dev - dev
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/Solaris.yml'
pull_request: pull_request:
branches: branches:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/Ubuntu.yml'
pull_request: pull_request:
branches: branches:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '*.sh' - '*.sh'
- '**.yml' - '.github/workflows/Windows.yml'
pull_request: pull_request:
branches: branches:
......
...@@ -5,7 +5,7 @@ on: ...@@ -5,7 +5,7 @@ on:
- '*' - '*'
paths: paths:
- '**.sh' - '**.sh'
- '**.yml' - '.github/workflows/shellcheck.yml'
pull_request: pull_request:
branches: branches:
- dev - dev
......
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