meta: use the right branch name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
34e2643223
commit
8a291cef6f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue