github: trigger cachix build on flake change

This also covers version bumps because the version is in the flake
main
Antoine Martin 2021-09-04 18:12:35 +02:00
parent 964975bada
commit cd85ace566
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
name: "Cachix build"
on:
push:
tags:
- v*
paths:
- 'flake.nix'
- 'flake.lock'
jobs:
build:
runs-on: ubuntu-latest