mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
ci: workflows update
This commit is contained in:
parent
f556ff5989
commit
0c14e6c847
1 changed files with 8 additions and 0 deletions
8
.github/workflows/niv-update.yml
vendored
8
.github/workflows/niv-update.yml
vendored
|
|
@ -89,5 +89,13 @@ jobs:
|
|||
stdin: ${{ runner.temp }}/ci.build.cache
|
||||
name: niv-update
|
||||
'on':
|
||||
pull_request:
|
||||
paths:
|
||||
- nix/*
|
||||
- ci/*
|
||||
push:
|
||||
paths:
|
||||
- nix/*
|
||||
- ci/*
|
||||
schedule:
|
||||
- cron: 0 */6 * * *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue