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:
|
||||
- cd test && ./test.sh
|
||||
only:
|
||||
- test
|
||||
- master
|
||||
tags:
|
||||
- C
|
||||
|
||||
@ -52,6 +52,6 @@ test:7-7.1:
|
||||
script:
|
||||
- cd test && ./test.sh
|
||||
only:
|
||||
- test
|
||||
- master
|
||||
tags:
|
||||
- C
|
||||
|
Reference in New Issue
Block a user