drone: do not attempt to deploy staging

This commit is contained in:
Quaternions 2025-04-03 00:12:32 -07:00
parent adaa088efe
commit 948926e091
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -84,8 +84,22 @@ steps:
branch:
- master
- staging
event:
- push
- name: build
image: alpine
commands:
- echo "Success!"
depends_on:
- api
- frontend
- validator
when:
event:
- pull_request
---
kind: signature
hmac: 1162b329a9cad12b4c5db0ccf8b8998072b0de9279326f76a493fd0af6794095
hmac: 60777bdcd855d8e82e08fea1058aa21fb66fd6dace117bfc8d516781af7a3989
...