Fix build condition

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
maksim.nabokikh 2025-03-03 15:02:43 +01:00
parent 2dcdfc395b
commit 010c4d4e7a

View File

@ -2,7 +2,12 @@ name: Build and publish tags to ghcr.io
on:
push:
tags:
- '*'
- v*
branches:
- master
pull_request:
branches:
- master
jobs:
build: