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