dev: should reduce CI build times

This commit is contained in:
NotAShelf 2023-02-06 22:02:44 +03:00
commit 6694b65c82
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 9 additions and 6 deletions

View file

@ -3,10 +3,12 @@ name: build-and-cache
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**/README.md'
- '**/.gitignore'
- '**/assets'
- '.github/**'
- './assets/**'
- '.gitignore'
jobs:
nix: