Drone CI move event condition to trigger
Attempt to only trigger run when tagged and eliminate "false runs" on push.
This commit is contained in:
parent
e5d55c9fe8
commit
eb70199c91
|
|
@ -15,6 +15,7 @@ steps:
|
|||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
when:
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
Loading…
Reference in New Issue