mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 11:01:15 +00:00
dev: ignore repo assets for flake checking
This commit is contained in:
parent
f651d76e38
commit
3f17006e47
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -5,6 +5,10 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- .github/**
|
||||
- assets/**
|
||||
- .gitignore
|
||||
jobs:
|
||||
nix-flake-check:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue