mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 19:53:54 +02:00
Trigger git-build only when src changes
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -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:
|
||||
- '*'
|
||||
|
||||
Reference in New Issue
Block a user