diff options
Diffstat (limited to '')
| -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 |
