Skip to content

Commit 83a16c7

Browse files
committed
removed v1beta3 branch from github workflow
1 parent 774fd8d commit 83a16c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: build-test
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize, ready_for_review]
6-
branches: [v1beta3]
6+
branches: [main]
77
push:
8-
branches: [v1beta3]
8+
branches: [main]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)