summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index f6ffd90..c9d5c82 100644
--- a/.build.yml
+++ b/.build.yml
@@ -17,7 +17,7 @@ tasks:
cd a14m.srht.site
REF=`git describe --exact-match --all ||:`
echo "Current Ref: $REF"
- if [[ ! `echo $REF | awk '/origin\/main$/'` ]]; then
+ if [[ ! `echo $REF | awk '/main$/'` ]]; then
echo "Skipping publishing step. only publishing 'main' branch"
exit 0
fi