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

This commit is contained in:
hbr 2021-06-06 23:04:53 +02:00
parent b7801d14dc
commit 11088b56b1

View File

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