drone: do not attempt to deploy staging

This commit is contained in:
Quaternions 2025-04-03 00:12:32 -07:00
parent adaa088efe
commit 0fea2fbefa
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: e9c41c6f3cbf8b627905ff94c80a8692e7589d8ee938a724b6bec4e61d764058
...