Skip to content

Commit d0684e1

Browse files
committed
Enable CI on all branches.
Simplifies development for regular contributors.
1 parent 450b871 commit d0684e1

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,6 @@ include:
99
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v2/test_dev.yml'
1010
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v2/coverage_v1.1.yml'
1111

12-
test:v0.7:
13-
only:
14-
- master
15-
- staging
16-
- trying
17-
18-
test:v1.0:
19-
only:
20-
- staging
21-
- trying
22-
- master
23-
24-
test:v1.1:
25-
only:
26-
- staging
27-
- trying
28-
- master
29-
30-
test:dev:
31-
only:
32-
- master
33-
- staging
34-
- trying
35-
3612
coverage:
3713
only:
3814
- master
39-
- staging
40-
- trying

0 commit comments

Comments
 (0)