summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 615d385..ae6a827 100644
--- a/.build.yml
+++ b/.build.yml
@@ -34,7 +34,7 @@ tasks:
[ "$GIT_REF" = "refs/heads/master" ] || complete-build
[ "$(git remote get-url origin)" = "https://git.sr.ht/~pml68/iced-builder" ] || complete-build
fi
- [ "$BUILD_REASON" = "patchset" ] && complete-build
+ [ "$BUILD_REASON" != "patchset" ] || complete-build
- build-stable: |
cd iced-builder