mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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"
|
||||
on: [pull_request, push]
|
||||
name: "Caching outputs"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
env:
|
||||
NIXPKGS_ALLOW_INSECURE: "1"
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
jobs:
|
||||
build-custom-packages:
|
||||
|
Loading…
Reference in New Issue
Block a user