summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-07-30 16:18:53 +0200
committerAhmed Abdelhalim <[email protected]>2023-07-30 16:18:53 +0200
commitaac6c22687ca78f5131545e46b637fd63a8dff89 (patch)
treecfdd03aea539e43c0a33a41ba2c4ec88359f301d /.build.yml
parentd7f9c982854201515d5155f1343698b15135c011 (diff)
Fix building main branch (after git update)
Diffstat (limited to '.build.yml')
-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