Update build script to deploy only on master
1 files changed, 4 insertions(+), 4 deletions(-) M .build.yml
M .build.yml => .build.yml +4 -4
@@ 6,8 6,8 @@ environment: site: quasicoherent.solutions tasks: - build: | cd qco.solutions nix-build nix-build qco.solutions - upload: | cd qco.solutions hut pages publish -d $site result/share/site.tar.gz if [ "$GIT_REF" = refs/heads/master ]; then hut pages publish -d $site result/share/site.tar.gz fi