Only build when go files are modified
This commit is contained in:
2
.github/workflows/build_docker.yml
vendored
2
.github/workflows/build_docker.yml
vendored
@@ -6,6 +6,8 @@ on:
|
||||
- main
|
||||
tags:
|
||||
- v0*
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
||||
Reference in New Issue
Block a user