dev: ignore repo assets for flake checking

This commit is contained in:
NotAShelf 2023-02-16 22:13:16 +03:00
parent f651d76e38
commit 3f17006e47
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
push:
branches:
- main
paths-ignore:
- .github/**
- assets/**
- .gitignore
jobs:
nix-flake-check:
runs-on: ubuntu-latest