aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 5e3c5bf..3dd1f1a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,6 +13,11 @@ tasks:
- tests: |
cd website/
nix-build -A test
+ - check-branch: |
+ cd website/
+ if [[ "$(git rev-parse master)" != "$(git rev-parse HEAD)" ]]; then
+ complete-build;
+ fi
- docs: |
cd website/
nix-build -A publishScript