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
No known key found for this signature in database
GPG Key ID: 6AE0B5764F0126D1
1 changed files with 2 additions and 0 deletions

View File

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