mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
ci: update events for build workflow
This commit is contained in:
parent
3766a84b1b
commit
29e1dd71be
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -1,8 +1,10 @@
|
|||||||
name: "Building derivations"
|
name: "Caching outputs"
|
||||||
on: [pull_request, push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_INSECURE: "1"
|
|
||||||
NIXPKGS_ALLOW_BROKEN: "1"
|
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
jobs:
|
jobs:
|
||||||
build-custom-packages:
|
build-custom-packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user