1
0
forked from nikkuss/pkgs

change how actions work

This commit is contained in:
2026-02-01 14:52:09 +04:00
parent ca90ea78aa
commit 7ee21ae6b0
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
name: cache name: cache
on: on:
push: push:
branches:
- main
jobs: jobs:
build: build:
runs-on: nix runs-on: nix
+12
View File
@@ -0,0 +1,12 @@
name: check
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix-fast-build --skip-cached --systems "x86_64-linux aarch64-linux" --no-nom