meta: use the right branch name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kazhnuz Klappsthul 2022-03-26 17:32:52 +01:00
parent 34e2643223
commit 8a291cef6f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ kind: pipeline
name: production name: production
when: when:
event: [ push ] event: [ push ]
branch: [ master ] branch: [ main ]
clone: clone:
git: git:
@ -29,5 +29,5 @@ steps:
key: key:
from_secret: deploy_key from_secret: deploy_key
when: when:
branch: master branch: main
delete: true delete: true