chore: replace master by main as default branch
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-01-09 22:06:53 +01:00
parent 89e9629976
commit 1e02259899
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 4 deletions

View File

@ -70,12 +70,12 @@ steps:
strip_prefix: public/
when:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
- refs/pull/**
@ -103,7 +103,7 @@ steps:
trigger:
ref:
- refs/heads/master
- refs/heads/main
- refs/tags/**
status:
- success
@ -114,6 +114,6 @@ depends_on:
---
kind: signature
hmac: 12d9076542e8ce395c437f3c6dd303b1aeb9c64d792a04c13ac450f4f2148600
hmac: fe9d56e08e740c0fc5ea48cf007f0cf4867f71ff3a23295e320ba6f0b7172c31
...