Skip to content

Commit c29c554

Browse files
committed
Add triggers to pipeline2 example
1 parent b0aaf17 commit c29c554

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/pipeline2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ metadata:
44
labels:
55
repo: github:ArikMaor/ping-server
66
spec:
7+
triggers:
8+
- type: scm
9+
repo: ArikMaor/ping-server
10+
events: [push, pullrequest]
11+
branchRegex: '.'
712
contexts: ['lala']
813
variables:
914
- key: PORT

0 commit comments

Comments
 (0)