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

View File

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