Skip to content

Commit 4f5d2f2

Browse files
committed
chore: switch to v5 branch for workflows
1 parent f84cdf8 commit 4f5d2f2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- v5
77
paths:
88
- "docs/**"
99
- ".github/workflows/docs.yaml"
1010
pull_request:
1111
branches:
12-
- master
12+
- v5
1313
paths:
1414
- "docs/**"
1515
- ".github/workflows/docs.yaml"

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66
pull_request:
77
branches:
8-
- master
8+
- v5
99
paths:
1010
- "Dockerfile"
1111
- "**.go"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66
pull_request:
77
branches:
8-
- master
8+
- v5
99
paths:
1010
- "**.go"
1111
- ".github/workflows/lint.yaml"

.github/workflows/npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test NPM Installer
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- v5
77
paths:
88
- "dist/npm/**"
99
- ".github/workflows/npm.yaml"

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
types: [created]
66
push:
77
branches:
8-
- master
8+
- v5
99
paths:
1010
- "Dockerfile"
1111
- "**.go"
1212
- "hack/coverage.bash"
1313
- ".github/workflows/release.yaml"
1414
pull_request:
1515
branches:
16-
- master
16+
- v5
1717
paths:
1818
- "Dockerfile"
1919
- "**.go"

.github/workflows/ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test UI
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- v5
77
paths:
88
- "ui/**"
99
- "hack/build-ui.bash"

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [created]
66
pull_request:
77
branches:
8-
- master
8+
- v5
99
paths:
1010
- "**.go"
1111
- "!e2e/**" # exclude files from e2e tests

0 commit comments

Comments
 (0)