deploy: runs tests only on tags
This commit is contained in:
@@ -3,6 +3,8 @@ stages:
|
||||
- publish
|
||||
|
||||
running tests for tag:
|
||||
only:
|
||||
- tags
|
||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||
stage: test
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user