on push
All checks were successful
Build / nix-build (native-aarch64, varda) (push) Successful in 1m37s
Build / nix-build (native-x86_64, telchar) (push) Successful in 6m2s

This commit is contained in:
Joseph Hanson 2024-07-26 20:08:36 -05:00
parent fe1bf6e654
commit 21b7ca7992
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,6 +1,9 @@
name: "Build"
on:
pull_request:
push:
branches: ["main"]
paths: [".forgejo/workflows/build.yaml"]
jobs:
nix-build:
if: github.event.pull_request.draft == false