fix(gh): triggering e2e upon cmd changes

This commit is contained in:
Dario Tranchitella
2023-08-03 14:22:32 +02:00
parent 0f195286a7
commit ffc2c7c967

View File

@@ -13,6 +13,7 @@ on:
- 'main.go'
- 'Makefile'
- 'internal/**'
- 'cmd/**'
pull_request:
branches: [ "*" ]
paths:
@@ -25,6 +26,7 @@ on:
- 'main.go'
- 'Makefile'
- 'internal/**'
- 'cmd/**'
jobs:
kind: