Skip to content

Commit c13608d

Browse files
author
gino
committed
Restrict jobs to a specific branch
1 parent 175ffea commit c13608d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ before_script:
55
- pip3 install -e .
66

77
run tests on app:
8+
only:
9+
- master
810
tags:
911
- commonpf
1012
- python3

0 commit comments

Comments
 (0)