Build on push to master as well as tags
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
d1be7a6024
commit
75119ac206
@ -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*",
|
||||
|
Loading…
Reference in New Issue
Block a user