Exclude **.md/CODEOWNERS files from triggering pr.yml wf

This commit is contained in:
Alex van Andel 2023-03-02 14:36:33 +00:00
parent b82d924f03
commit a6ba0f5b57

View File

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