Only build backend on tags
continuous-integration/drone/push Build was killed Details

This commit is contained in:
qvalentin 2023-04-09 12:40:27 +02:00
parent f79bd0c048
commit 4afef0a46e
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
kind: pipeline
type: docker
name: Build backend
@ -12,6 +13,7 @@ steps:
trigger:
trigger:
event:
include:
- tag
---