0.1.0-rc.1 #60

Merged
Jef Roosens merged 124 commits from dev into main 2022-01-31 23:53:46 +01:00
3 changed files with 5 additions and 10 deletions
Showing only changes of commit 2e344eecc7 - Show all commits

View file

@ -19,6 +19,3 @@ pipeline:
when:
event: pull_request
branch: dev
depends_on:
- build

View file

@ -1,5 +1,8 @@
branches: [main, dev]
platform: linux/amd64
depends_on:
- builder
- build
pipeline:
dev:
@ -31,7 +34,3 @@ pipeline:
when:
event: tag
branch: main
depends_on:
- builder
- build

View file

@ -1,6 +1,8 @@
# Yeah so this only works on tags so we'll worry about this later
platform: linux/amd64
branches: main
depends_on:
- build
# We need the entire repo in order for the release names to work
skip_clone: true
@ -34,6 +36,3 @@ pipeline:
title: title
when:
event: push
depends_on:
- build