Don't build versioned on master (#42)
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
83b6f8f188
commit
d093199cd9
1 changed files with 4 additions and 1 deletions
|
@ -37,6 +37,9 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
branch:
|
||||||
|
exclude:
|
||||||
|
- master
|
||||||
depends_on:
|
depends_on:
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
|
@ -191,6 +194,6 @@ volumes:
|
||||||
path: /opt/gitea/drone-cache/mcg/mlpcardgame
|
path: /opt/gitea/drone-cache/mcg/mlpcardgame
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6aee8b5c1125f8f2fe31f5e927f8007084b0226979e27825336191bf76275fa3
|
hmac: 7e06e864bda33385597166eb0d2d00b94d9f8367cb459b7f94ca84e7134d806f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue