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
parent a80834f3b5
commit d4e373b83c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@ name: Create and publish a container image
on:
push:
branches:
- main
pull_request:
tags:
- 'v*'
jobs: