correct when clause of step "deploy" to match branch "main"
continuous-integration/drone/push Build is failing Details

This commit is contained in:
hbr 2021-06-06 23:04:53 +02:00
parent b7801d14dc
commit 11088b56b1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ steps:
- deploy --key ${LEKTOR_DEPLOY_KEY}
when:
branch:
- master
- main
event:
- push