Added publish dependency

main
Jef Roosens 2022-01-13 13:59:11 +01:00
parent 8882e99757
commit 17a9fab6bc
Signed by untrusted user: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,3 @@
branches: [main, dev]
pipeline:
dev:
image: plugins/docker
@ -22,3 +20,9 @@ pipeline:
when:
event: tag
branch: main
branches: [main, dev]
depends_on:
- lint
- build