chore(CI): always run CI, but only deploy on main.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-08-18 12:46:41 +12:00
parent 5b7bca979e
commit 8eebb10dfc
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -1,14 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: deploy name: build
trigger:
branch:
include:
- main
event:
exclude:
- pull_request
steps: steps:
- name: submodules - name: submodules
@ -80,6 +72,9 @@ steps:
- name: publish - name: publish
image: minio/mc image: minio/mc
when:
branch:
- main
environment: environment:
S3_ENDPOINT: S3_ENDPOINT:
from_secret: S3_ENDPOINT from_secret: S3_ENDPOINT