Skip to content

Commit 33e7e6d

Browse files
committed
Merge branch 'v6' of https://github.com/loft-sh/devspace into v6
2 parents c8a1e41 + bf6e173 commit 33e7e6d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- master
9+
- v6
910
paths:
1011
- "Dockerfile"
1112
- "**.go"

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- master
9+
- v6
910
paths:
1011
- "**.go"
1112
- ".github/workflows/lint.yaml"

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
branches:
88
- master
9+
- v6
910
paths:
1011
- "**.go"
1112
- "!e2e/**" # exclude files from e2e tests

0 commit comments

Comments
 (0)