diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index 49d011a..10e480f 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -3,9 +3,9 @@ name: Build all NixOS Configurations on: push: branches: - - '**' + - "**" 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: nix build: