Disable versioning build if not building it
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2019-09-21 11:55:45 +02:00
parent d093199cd9
commit 2f6e6e97ca
Signed by: hamcha
GPG Key ID: 41467804B19A3315
1 changed files with 4 additions and 1 deletions

View File

@ -84,6 +84,9 @@ steps:
when:
event:
- push
branch:
exclude:
- master
depends_on:
- build_versioned
@ -194,6 +197,6 @@ volumes:
path: /opt/gitea/drone-cache/mcg/mlpcardgame
---
kind: signature
hmac: 7e06e864bda33385597166eb0d2d00b94d9f8367cb459b7f94ca84e7134d806f
hmac: 73d743702e8545bf469f17b96c289a5d4f1d56eb3f1966c7c0a0e38d44d38aba
...