From 079450d177e017165b7aed33f3ab8a5e7c426943 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 23 Jun 2023 21:47:05 -0400 Subject: [PATCH] Check if master before deploying --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index f2ace72..f6c87b2 100644 --- a/.build.yml +++ b/.build.yml @@ -8,6 +8,7 @@ sources: secrets: - b748582a-5d31-4fe8-94d6-4a63035e97aa tasks: + - check: git diff --exit-code origin/master - build: | cd redstrate.com hugo