ci: configure workflow to ignore non-Go file changes
This commit is contained in:
@@ -5,6 +5,14 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- staging
|
||||
paths:
|
||||
- '**.go'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.*'
|
||||
- '.dockerignore'
|
||||
- '.gitea/workflows/build.yml'
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
||||
Reference in New Issue
Block a user