Change build workflow to only run on push and tag events
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2025-12-27 18:21:19 +03:00
parent 5afa613138
commit 77213ce492

View File

@@ -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