Change the build workflow to run on cron activations as well
This commit is contained in:
@@ -3,7 +3,7 @@ steps:
|
||||
- name: build-nix
|
||||
image: nixos/nix:latest
|
||||
when:
|
||||
event: [tag, push]
|
||||
event: [tag, push, cron]
|
||||
commands:
|
||||
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build
|
||||
- ./result/bin/ollisp
|
||||
|
||||
Reference in New Issue
Block a user