fix: build only on versioned tags

Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
This commit is contained in:
xyny
2024-05-22 15:38:50 +00:00
committed by GitHub
co-authored by Manuel Schmid
parent a80834f3b5
commit d4e373b83c
+2 -3
View File
@@ -2,9 +2,8 @@ name: Create and publish a container image
on:
push:
branches:
- main
pull_request:
tags:
- 'v*'
jobs: