fix: build only on versioned tags
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
This commit is contained in:
parent
a80834f3b5
commit
d4e373b83c
|
|
@ -2,9 +2,8 @@ name: Create and publish a container image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue