Don't build versioned on master (#42)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2019-09-21 09:37:09 +00:00 committed by Gitea
parent 83b6f8f188
commit d093199cd9
1 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,9 @@ steps:
when:
event:
- push
branch:
exclude:
- master
depends_on:
- dependencies
@ -191,6 +194,6 @@ volumes:
path: /opt/gitea/drone-cache/mcg/mlpcardgame
---
kind: signature
hmac: 6aee8b5c1125f8f2fe31f5e927f8007084b0226979e27825336191bf76275fa3
hmac: 7e06e864bda33385597166eb0d2d00b94d9f8367cb459b7f94ca84e7134d806f
...