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"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
paths:
|
||||
- 'flake.nix'
|
||||
- 'flake.lock'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue