Change gitlab runner config to only run on master
This commit is contained in:
parent
8f7ca94c53
commit
58d95525ca
@ -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:
|
||||||
|
Reference in New Issue
Block a user