Skip to content

Commit 5351287

Browse files
committed
ci: run gh action on v6
1 parent d68f5ba commit 5351287

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)