Skip to content

Commit 89dc7c7

Browse files
chore: update repo semaphore project
1 parent 477bac4 commit 89dc7c7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.semaphore/project.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
apiVersion: v1alpha
2+
kind: Project
3+
metadata:
4+
name: confluent-kafka-python
5+
description: ""
6+
spec:
7+
visibility: private
8+
repository:
9+
url: [email protected]:confluentinc/confluent-kafka-python.git
10+
run_on:
11+
- branches
12+
- tags
13+
- pull_requests
14+
pipeline_file: .semaphore/semaphore.yml
15+
integration_type: github_app
16+
status:
17+
pipeline_files:
18+
- path: .semaphore/semaphore.yml
19+
level: pipeline
20+
whitelist:
21+
branches:
22+
- master
23+
- main
24+
- "/^v\\d+\\.\\d+\\.x$/"

0 commit comments

Comments
 (0)