Build on push to master as well as tags
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
IamTheFij 2020-01-10 14:56:56 -08:00
parent d1be7a6024
commit 75119ac206
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def push_to_docker(ctx, context):
# Add tests dependency
"depends_on": [],
"trigger": {
"event": ["tag"],
"event": ["push", "tag"],
"ref": [
"refs/heads/master",
"refs/tags/v*",