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
when:
event: [ push ]
branch: [ master ]
branch: [ main ]
clone:
git:
@ -29,5 +29,5 @@ steps:
key:
from_secret: deploy_key
when:
branch: master
branch: main
delete: true