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

pull/7469/head
Alex van Andel 2023-03-02 14:36:33 +00:00
parent b82d924f03
commit a6ba0f5b57
1 changed files with 3 additions and 0 deletions

View File

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