diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index cfa0076..b828bad 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -1,12 +1,9 @@ name: Build all NixOS Configurations on: - push: - branches: - - main - - update - schedule: - - cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour + - push + #schedule: + # - cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour jobs: