Skip to content

Commit e13ebbb

Browse files
committed
Refine ci build trigger paths
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 0eb430c commit e13ebbb

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/e2eEnvironment.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ jobs:
3939
with:
4040
filters: |
4141
live:
42+
- 'api/**'
4243
- 'commands/live/**'
44+
- 'commands/pkg/**'
4345
- 'e2e/live/**'
44-
- 'pkg/live/**'
46+
- 'pkg/**'
47+
- 'go.mod'
48+
- 'go.sum'
4549
- '.github/workflows/e2eEnvironment.yml'
4650
4751
live-e2e:

.github/workflows/live-e2e.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ jobs:
3939
with:
4040
filters: |
4141
live:
42+
- 'api/**'
4243
- 'commands/live/**'
44+
- 'commands/pkg/**'
4345
- 'e2e/live/**'
44-
- 'pkg/live/**'
46+
- 'pkg/**'
47+
- 'go.mod'
48+
- 'go.sum'
4549
- '.github/workflows/live-e2e.yml'
4650
4751
live-apply:

0 commit comments

Comments
 (0)