forked from vieter-v/vieter
Fixed some faulty ci settings
parent
b0212b8162
commit
2e344eecc7
|
@ -19,6 +19,3 @@ pipeline:
|
|||
when:
|
||||
event: pull_request
|
||||
branch: dev
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue