feat: only run build action when cmd or pkg has changed

This commit is contained in:
2025-05-18 07:37:22 +02:00
parent da34db70f3
commit ee6f9e0fab

View File

@@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- main - main
paths:
- 'cmd/**'
- 'pkg/**'
jobs: jobs:
build: build: