Go back to master branch

Signed-off-by: Jonas Franz <info@jonasfranz.software>
pull/15/head
Jonas Franz 7 years ago
parent a54f6261a0
commit 7115bbb276
Signed by: JonasFranzDEV
GPG Key ID: 506AEEBE80BEDECD
  1. 4
      .drone.yml

@ -33,7 +33,7 @@ pipeline:
- make release - make release
when: when:
event: [ push, tag ] event: [ push, tag ]
branch: [ master, S3 ] branch: [ master ]
gitea: gitea:
image: plugins/gitea-release:latest image: plugins/gitea-release:latest
pull: true pull: true
@ -68,7 +68,7 @@ pipeline:
endpoint: https://storage.h.jonasfranz.software endpoint: https://storage.h.jonasfranz.software
when: when:
event: [ push ] event: [ push ]
branch: [ S3 ] branch: [ master ]
s3: s3:
image: plugins/s3:1 image: plugins/s3:1
pull: true pull: true

Loading…
Cancel
Save