Added drone triggers

This commit is contained in:
Julian Bensch 2023-01-12 14:58:33 +01:00
parent 343f374840
commit aeb362f038
1 changed files with 10 additions and 1 deletions

View File

@ -33,4 +33,13 @@ steps:
username:
from_secret: drone_docker_username
password:
from_secret: drone_docker_password
from_secret: drone_docker_password
trigger:
ref:
- refs/heads/main
- refs/heads/develop
- refs/tags/v*
event:
- push
- tag