Trigger git-build only when src changes

This commit is contained in:
Benjamin Harder
2025-06-17 10:00:33 +02:00
parent b60cc11e34
commit 55470017c8

View File

@@ -4,14 +4,14 @@ on:
push:
branches:
- '*'
paths-ignore:
- '**/*.md'
paths:
- 'src/**'
pull_request:
branches:
- '*'
paths-ignore:
- '**/*.md'
workflow_dispatch:
- '*'
paths:
- 'src/**'
workflow_dispatch:
create:
branches:
- '*'