From cd85ace5662ebffb0076b80ef42252a15511bbce Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 4 Sep 2021 18:12:35 +0200 Subject: [PATCH] github: trigger cachix build on flake change This also covers version bumps because the version is in the flake --- .github/workflows/cachix.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index 43c658e..6fbe645 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -1,8 +1,10 @@ name: "Cachix build" on: push: - tags: - - v* + paths: + - 'flake.nix' + - 'flake.lock' + jobs: build: runs-on: ubuntu-latest