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:
pull_request:
push:
branches-ignore:
- main
branches:
- '**'
tags:
- '**'
jobs:
Go-Build:
+2 -2
View File
@@ -2,8 +2,8 @@ name: docker
on:
push:
branches:
- 'main'
tags:
- '**'
jobs:
docker: