on push
This commit is contained in:
parent
fe1bf6e654
commit
21b7ca7992
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue