aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.onedev-buildspec.yml8
1 files 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