Update .gitea/workflows/build.yml

This commit is contained in:
2026-01-04 08:59:36 +00:00
parent dcd34bdca0
commit 7247effb5f

View File

@@ -4,17 +4,6 @@ on:
push:
branches:
- main
- staging
tags:
- 'v*'
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- 'Dockerfile'
- 'Dockerfile.*'
- '.dockerignore'
- '.gitea/workflows/build.yml'
jobs:
build-and-push-branches: