diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-04 22:55:38 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-04 23:41:10 +0200 |
| commit | 67208b6d9a2448a976d08f28ee4e005d05b6dbb2 (patch) | |
| tree | 440d642d282948bef540f3a617b0fa7ce70ec31a /.build.yml | |
| parent | chore: update mailing list address (diff) | |
| download | iced-builder-67208b6d9a2448a976d08f28ee4e005d05b6dbb2.tar.gz | |
chore: update git dependencies
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
