Apparently we must use paths-ignore instead of paths
parent
a6ba0f5b57
commit
e8acc3e500
|
@ -4,9 +4,9 @@ on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths-ignore:
|
||||||
- "!**.md"
|
- "**.md"
|
||||||
- "!.github/CODEOWNERS"
|
- ".github/CODEOWNERS"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Reference in New Issue