Update build script to push on main branch.
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -1
@@ 25,7 25,7 @@ tasks: nix develop --command './nix/render.bash' ## Check we're on main ## ######################### if [[ "$(git rev-parse --abbref-ref HEAD)" != "main" ]]; then exit 0; fi if [[ "$(git rev-parse HEAD)" != "$(git rev-parse origin/main)" ]]; then exit 0; fi ## Upload ## ######################### # Copy the artifacts to the server