mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
ci: trigger Nix cache action more often
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696463b203052b421a924fb85885fc34752b
This commit is contained in:
parent
7f6949b001
commit
a59e207e76
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix-cache.yaml
vendored
4
.github/workflows/nix-cache.yaml
vendored
|
|
@ -1,10 +1,10 @@
|
|||
name: "Populate cachix cache"
|
||||
name: Build and Cache with Nix
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
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:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue