This commit is contained in:
Ingolf Wagner 2024-07-22 00:18:48 +02:00
parent 4a9d351319
commit 9eab6b77fa
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -3,9 +3,9 @@ name: Build all NixOS Configurations
on: on:
push: push:
branches: branches:
- '**' - "**"
schedule: schedule:
- cron: '30 2 * * *' # not to frequent, GitHub only allows a few pulls per hour - cron: "30 2 * * *" # not to frequent, GitHub only allows a few pulls per hour
jobs: jobs:
nix build: nix build: