Change build workflow to only run on push and tag events
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
steps:
|
||||
- name: build-nix
|
||||
image: nixos/nix:latest
|
||||
when:
|
||||
event: [tag, push]
|
||||
commands:
|
||||
- nix --extra-experimental-features nix-command --extra-experimental-features flakes build
|
||||
- ./result/bin/ollisp
|
||||
|
||||
Reference in New Issue
Block a user