From 29abce9e30b625779f1c09bd56431334aaaa7fa6 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Tue, 3 Jun 2025 14:57:37 +0000 Subject: Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 43468f6..9c56431 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -1,4 +1,4 @@ -version: 38 +version: 40 jobs: - name: Push to Github steps: @@ -7,7 +7,11 @@ jobs: remoteUrl: https://github.com/GRL/panel-ui passwordSecret: github-panel-ui force: false - condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL + condition: SUCCESSFUL + optional: false + triggers: + - !BranchUpdateTrigger + branches: master retryCondition: never maxRetries: 3 retryDelay: 30 -- cgit v1.2.3