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"
|
name: "Build"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
paths: [".forgejo/workflows/build.yaml"]
|
||||||
jobs:
|
jobs:
|
||||||
nix-build:
|
nix-build:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
|
Loading…
Reference in a new issue