correct when clause of step "deploy" to match branch "main"
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b7801d14dc
commit
11088b56b1
@ -18,7 +18,7 @@ steps:
|
|||||||
- deploy --key ${LEKTOR_DEPLOY_KEY}
|
- deploy --key ${LEKTOR_DEPLOY_KEY}
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- main
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user