Merge pull request #216 from txtsd/ignore_paths
Don't build when updating non-code
This commit is contained in:
commit
ca211558b5
10
.github/workflows/trigger_builds.yml
vendored
10
.github/workflows/trigger_builds.yml
vendored
@ -4,7 +4,17 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'stable'
|
- 'stable'
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- '**/LICENSE'
|
||||||
|
- 'flake.lock'
|
||||||
|
- '**.nix'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- '**/LICENSE'
|
||||||
|
- 'flake.lock'
|
||||||
|
- '**.nix'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user