Skip to content

Commit 5cfde78

Browse files
committed
alt approach to limit by tag
1 parent 5c078a8 commit 5cfde78

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.drone.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
# ---
3-
# Chat Server pipelines
4-
# ---
51
kind: pipeline
62
type: kubernetes
73
name: test-all
@@ -47,6 +43,9 @@ steps:
4743
DEVCENTER_CONNECTION_URI:
4844
from_secret: devcenter_connection_uri
4945

46+
# ---
47+
# Chat Server pipelines
48+
# ---
5049
---
5150
depends_on: ["test-all"]
5251
kind: pipeline
@@ -58,6 +57,7 @@ trigger:
5857
- main
5958
event:
6059
- push
60+
6161
paths:
6262
include:
6363
- chat-server/**/*
@@ -125,6 +125,8 @@ type: kubernetes
125125
name: production-build-chat-server
126126

127127
trigger:
128+
event:
129+
- tag
128130
ref:
129131
include:
130132
- refs/tags/chat-server-v*

0 commit comments

Comments
 (0)