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