Change gitlab runner config to only run on master

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

View File

@ -9,7 +9,7 @@ build:6-7.1:
script:
- make -f Makefile.linux64
only:
- test
- master
tags:
- C
artifacts:
@ -36,7 +36,7 @@ build:7-7.1:
script:
- make -f Makefile.linux64
only:
- test
- master
tags:
- C
artifacts: