chore(actions): only run docker-build on code changes

This commit is contained in:
Yukine
2021-02-04 02:28:20 +01:00
parent 9cccae8721
commit 2f75f25b53

View File

@@ -2,6 +2,8 @@ name: Build Docker Image
on:
push:
paths:
- "cmd/**"
branches: [main]
jobs: