fix(ci): docker only on tags and build on all
docker / docker (push) Successful in 5m3s
build / Go-Build (push) Successful in 1m39s

This commit is contained in:
2026-05-28 23:42:17 +02:00
parent e05aa849c7
commit da6abf0cbe
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -3,8 +3,10 @@ name: build
on: on:
pull_request: pull_request:
push: push:
branches-ignore: branches:
- main - '**'
tags:
- '**'
jobs: jobs:
Go-Build: Go-Build:
+2 -2
View File
@@ -2,8 +2,8 @@ name: docker
on: on:
push: push:
branches: tags:
- 'main' - '**'
jobs: jobs:
docker: docker: