chore(actions): only run docker-build on code changes
This commit is contained in:
parent
9cccae8721
commit
2f75f25b53
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:
|
||||
|
Loading…
Reference in New Issue
Block a user