diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index 3cbcc50..ee482a1 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -1,9 +1,9 @@ name: Build all NixOS Configurations on: - - push - - schedule: - - cron: "40 12 * * *" # not to frequent, GitHub only allows a few pulls per hour + push: + branches: + - '**' jobs: nix build: