Skip to content

Commit 3753ea9

Browse files
authored
chore(ci): update branch names in workflow triggers (#374)
- Changed branch name from 'v2.x' to '2.x' in analysis workflow - Changed branch name from 'v2.x' to '2.x' in lint workflow - Changed branch name from 'v2.x' to '2.x' in test workflow
1 parent f570b95 commit 3753ea9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Go Static Analysis
33
on:
44
push:
55
branches:
6-
- v2.x
6+
- 2.x
77
pull_request:
88
branches:
9-
- v2.x
9+
- 2.x
1010

1111
jobs:
1212
golangci:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Go Lint
33
on:
44
push:
55
branches:
6-
- v2.x
6+
- 2.x
77
pull_request:
88
branches:
9-
- v2.x
9+
- 2.x
1010

1111
jobs:
1212
golangci:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Go Test
22
on:
33
push:
44
branches:
5-
- v2.x
5+
- 2.x
66
pull_request:
77
branches:
8-
- v2.x
8+
- 2.x
99
env:
1010
GOPROXY: "https://proxy.golang.org"
1111

0 commit comments

Comments
 (0)