Skip to content

Commit bf6e173

Browse files
authored
Merge pull request #1927 from pratikjagrut/gha
Run GitHub action on v6 branch
2 parents d68f5ba + 5351287 commit bf6e173

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)