Added publish dependency

This commit is contained in:
Jef Roosens 2022-01-13 13:59:11 +01:00
parent 8882e99757
commit 17a9fab6bc
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F

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