Exclude tags from publish

This commit is contained in:
Cédric COURALET 2024-07-16 16:27:16 +02:00
parent 177b4f79d8
commit 06e9341d95

View File

@ -1,4 +1,5 @@
kind: pipeline
type: docker
name: Build & publish main
steps:
@ -41,6 +42,7 @@ steps:
event:
exclude:
- pull_request
- tags
---
kind: pipeline
type: docker