summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-04 22:55:38 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-04 23:41:10 +0200
commit67208b6d9a2448a976d08f28ee4e005d05b6dbb2 (patch)
tree440d642d282948bef540f3a617b0fa7ce70ec31a /.build.yml
parentchore: update mailing list address (diff)
downloadiced-builder-67208b6d9a2448a976d08f28ee4e005d05b6dbb2.tar.gz
chore: update git dependencies
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 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