Skip to content

Commit 3a3abac

Browse files
committed
remove feature branch from github ci
1 parent 2c72f15 commit 3a3abac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go
22

33
on:
44
push:
5-
branches: [ master, go-1.20-upgrade ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, go-1.20-upgrade ]
7+
branches: [ master ]
88

99
jobs:
1010

0 commit comments

Comments
 (0)