Excluded Contribute.md from triggering build

This commit is contained in:
Benjamin Harder
2024-03-17 15:12:54 +01:00
parent 750d73bf86
commit 8cdcabaef8

View File

@@ -5,7 +5,8 @@ on:
branches: [ "dev" ]
paths:
- '**/*'
- '!README.md'
- '!README.md'
- '!CONTRIBUTE.md'
jobs:
unit-tests: