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

@ -1,10 +1,10 @@
name: "Pull request"
name: "Check validity of flakes"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
workflow_dispatch:
jobs:
nix-flake-check:
runs-on: ubuntu-latest