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

View File

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