ci: update build

This commit is contained in:
2026-01-15 00:20:36 +07:00
parent 7b2b82e73b
commit 8d172ae37f
2 changed files with 8 additions and 12 deletions
+8
View File
@@ -5,6 +5,14 @@ on:
branches: branches:
- main - main
- staging - staging
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- 'Dockerfile'
- 'Dockerfile.*'
- '.dockerignore'
- '.gitea/workflows/build.yml'
jobs: jobs:
build-and-push: build-and-push:
-12
View File
@@ -1,12 +0,0 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
commit-message:
prefix: "deps"
groups:
all-updates:
patterns:
- "*"