deploy: makes tests only run for tags to prevent api rate-limit
This commit is contained in:
@@ -3,6 +3,8 @@ stages:
|
|||||||
- publish
|
- publish
|
||||||
|
|
||||||
running tests for tag:
|
running tests for tag:
|
||||||
|
only:
|
||||||
|
- /^\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
|
||||||
tags:
|
tags:
|
||||||
- shared
|
- shared
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
|
|||||||
Reference in New Issue
Block a user