mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
dev: exclude certain files from triggering cachix
This commit is contained in:
parent
1b955a8b1a
commit
895ac4812a
1 changed files with 6 additions and 2 deletions
8
.github/workflows/cachix.yml
vendored
8
.github/workflows/cachix.yml
vendored
|
@ -1,8 +1,12 @@
|
|||
name: build-and-cache
|
||||
|
||||
"on":
|
||||
- push
|
||||
- workflow_dispatch
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.gitignore'
|
||||
- 'assets'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
|
|
Loading…
Reference in a new issue