mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 22:53:56 +02:00
Trigger git-build only when src changes
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -4,13 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
paths:
|
||||
- 'src/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
paths:
|
||||
- 'src/**'
|
||||
workflow_dispatch:
|
||||
create:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user