ci: update events for build workflow

This commit is contained in:
Gabriel Arazas 2023-07-14 19:27:44 +08:00
parent 3766a84b1b
commit 29e1dd71be
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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: