build(ci): triggering e2e also for nested files

This commit is contained in:
Dario Tranchitella
2021-10-27 20:38:26 +02:00
parent 8df66fc232
commit fa8e805842

View File

@@ -5,8 +5,8 @@ on:
branches: [ "*" ]
paths:
- '.github/workflows/e2e.yml'
- 'api/*'
- 'controllers/*'
- 'api/**'
- 'controllers/**'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'
@@ -16,8 +16,8 @@ on:
branches: [ "*" ]
paths:
- '.github/workflows/e2e.yml'
- 'api/*'
- 'controllers/*'
- 'api/**'
- 'controllers/**'
- 'e2e/*'
- 'Dockerfile'
- 'go.*'