Change gitlab runner config to only run on master

This commit is contained in:
Deon George 2016-06-23 22:42:43 +10:00
parent a45df79e27
commit 8f7ca94c53
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ test:6-7.1:
script:
- cd test && ./test.sh
only:
- test
- master
tags:
- C
@ -52,6 +52,6 @@ test:7-7.1:
script:
- cd test && ./test.sh
only:
- test
- master
tags:
- C