ci: trigger Nix cache action more often

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696463b203052b421a924fb85885fc34752b
This commit is contained in:
raf 2025-10-09 15:28:51 +03:00
commit a59e207e76
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,10 +1,10 @@
name: "Populate cachix cache" name: Build and Cache with Nix
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths: [ 'src/**.rs', 'Cargo.toml', 'Cargo.lock', 'nix/package.nix' ] paths: [ 'src/**.rs', 'build.rs', 'Cargo.toml', 'Cargo.lock', 'nix/package.nix', 'flake.nix', 'flake.lock' ]
permissions: permissions:
contents: read contents: read