mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01: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
|
name: build-and-cache
|
||||||
|
|
||||||
"on":
|
"on":
|
||||||
- push
|
push:
|
||||||
- workflow_dispatch
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- '.gitignore'
|
||||||
|
- 'assets'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
|
|
Loading…
Reference in a new issue