ci: configure workflow to ignore non-Go file changes
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 3m30s
renovate / renovate (push) Successful in 22s

This commit is contained in:
2025-12-29 15:58:24 +07:00
parent ac283626d3
commit f11a92fb3b

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: