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