ci: remove redundant go.yml workflow

go-improved.yml is a superset (tests + build). Also fix its path
trigger to reference itself and include main.go.
This commit is contained in:
Houmgaor
2026-02-17 00:32:11 +01:00
parent 7d54dd0ee6
commit 89d97a15b6
2 changed files with 2 additions and 59 deletions

View File

@@ -14,7 +14,8 @@ on:
- 'server/**'
- 'go.mod'
- 'go.sum'
- '.github/workflows/go.yml'
- 'main.go'
- '.github/workflows/go-improved.yml'
pull_request:
branches:
- main