Exclude license dir from CI trigger (#740)

This commit is contained in:
Jure Bajic
2023-01-25 18:49:02 +01:00
committed by GitHub
parent aad4bcb7a0
commit d3f275b231
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ on:
- "**/*.md"
- ".clang-format"
- "CODEOWNERS"
- "licenses/*"
jobs:
community_build: