if this does not work I am going to murder a child
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-13 18:28:53 +01:00
parent d131dda750
commit 11f0d46460
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,5 @@
kind: pipeline
name: default
name: PR
type: docker
steps:
@ -14,6 +14,12 @@ steps:
event:
- pull_request
---
kind: pipeline
name: Push
type: docker
steps:
- name: Build & Publish
depends_on:
- "clone"
@ -25,11 +31,10 @@ steps:
from_secret: password
repo: git.froth.zone/sam/drone-deno-deploy
tags: latest
when:
branch:
when:
branch:
- master
event:
include:
- push
exclude:
- pull_request
event:
- push
depends_on:
- "clone"