github: trigger cachix build on flake change
This also covers version bumps because the version is in the flake
This commit is contained in:
parent
964975bada
commit
cd85ace566
6
.github/workflows/cachix.yaml
vendored
6
.github/workflows/cachix.yaml
vendored
|
@ -1,8 +1,10 @@
|
||||||
name: "Cachix build"
|
name: "Cachix build"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
paths:
|
||||||
- v*
|
- 'flake.nix'
|
||||||
|
- 'flake.lock'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue