forked from vieter-v/vieter
Oops
parent
3fc22bf078
commit
702fb0d13b
|
@ -2,7 +2,7 @@
|
||||||
# because it has to be the target of the pull request
|
# because it has to be the target of the pull request
|
||||||
branches: dev
|
branches: dev
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
depends_on: build
|
depends_on: [ build ]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
dryrun:
|
dryrun:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Yeah so this only works on tags so we'll worry about this later
|
# Yeah so this only works on tags so we'll worry about this later
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
branches: main
|
branches: main
|
||||||
depends_on: build
|
depends_on: [ build ]
|
||||||
|
|
||||||
# We need the entire repo in order for the release names to work
|
# We need the entire repo in order for the release names to work
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
Loading…
Reference in New Issue