~zainab/blog

0dfbfe97ea22efb15cc69ff3dcb0d6d34ecaea4e — zainab-ali 1 year, 3 months ago 8f05e7c
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