chore(actions): only run docker-build on code changes
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -2,6 +2,8 @@ name: Build Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "cmd/**"
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user