diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:47:02 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:47:02 +0100 |
| commit | 44b03ec8273676eef5681a1f5febe02dde7ed2cd (patch) | |
| tree | c2fd2dcad5fccf67db0c5f123236a02140287a95 /.onedev-buildspec.yml | |
| parent | bd4df085d055594241a0c83dd98863597644251f (diff) | |
| parent | 3f54280f3e9a706998f54779e65ab0570368bd2d (diff) | |
Merge branch 'master' of https://git.nathanreiner.xyz/natix
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 |