Apparently we must use paths-ignore instead of paths

pull/7469/head^2
Alex van Andel 2023-03-02 14:51:24 +00:00
parent a6ba0f5b57
commit e8acc3e500
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ on:
pull_request_target:
branches:
- main
paths:
- "!**.md"
- "!.github/CODEOWNERS"
paths-ignore:
- "**.md"
- ".github/CODEOWNERS"
workflow_dispatch:
concurrency: