only run master/develop

This commit is contained in:
Raum0x2A
2021-05-18 08:55:14 -06:00
parent 5faa96d8a7
commit a370e0f33d

View File

@@ -6,5 +6,6 @@ test:
image: golang:1.16.3
script:
- go test
except:
- *feat
only:
- master
- develop