diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:46:45 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:46:45 +0100 |
| commit | 3f54280f3e9a706998f54779e65ab0570368bd2d (patch) | |
| tree | 911174332c52c5a3f7c0d271dd477638ed231b37 /.onedev-buildspec.yml | |
| parent | c0e74ffb23fcc5f9705c02487119216b54bdce5d (diff) | |
Edit .onedev-buildspec.yml
Diffstat (limited to '.onedev-buildspec.yml')
| -rw-r--r-- | .onedev-buildspec.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index b8dbdae..8bd3f65 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -24,7 +24,7 @@ jobs: condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !TagCreateTrigger - tags: release-v**-**-** + tags: release-v**.**.** branches: master projects: natix retryCondition: never |