pull/60/head
Jef Roosens 2022-01-23 10:55:03 +01:00
parent 3fc22bf078
commit 702fb0d13b
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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