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

View file

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