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
1 changed files with 4 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue