2 Commits

Author SHA1 Message Date
tueem da6abf0cbe fix(ci): docker only on tags and build on all
docker / docker (push) Successful in 5m3s
build / Go-Build (push) Successful in 1m39s
2026-05-28 23:42:17 +02:00
tueem e05aa849c7 Merge pull request 'Add frontend' (#20) from feat/frontend into dev
build / Go-Build (push) Successful in 1m28s
docker / docker (push) Successful in 5m38s
Reviewed-on: #20
2026-05-28 20:37:53 +00:00
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: