ci: limit e2e tests to specific paths

This commit is contained in:
Gonzalo Gabriel Jiménez Fuentes
2021-09-23 15:33:29 +02:00
parent fd01b11063
commit fba04e80b5

View File

@@ -3,9 +3,25 @@ name: e2e
on:
push:
branches: [ "*" ]
paths:
- 'api/*'
- 'controllers/*'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
- 'main.go'
- 'Makefile'
pull_request:
branches: [ "*" ]
paths:
- 'api/*'
- 'controllers/*'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
- 'main.go'
- 'Makefile'
jobs:
kind:
name: Kubernetes