mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix tag trigger for drone
This commit is contained in:
parent
3d08f0b185
commit
cdb9460fcc
1 changed files with 1 additions and 6 deletions
|
@ -15,10 +15,7 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
event:
|
||||||
- push
|
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -38,10 +35,8 @@ steps:
|
||||||
tags: dev
|
tags: dev
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
|
||||||
- dev
|
|
||||||
event:
|
event:
|
||||||
- push
|
- tag
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue