Skip to content

Commit acaf44e

Browse files
Donald Labajfhlavac
authored andcommitted
fix: Updated to make v6 the main branch.
1 parent 2d837d8 commit acaf44e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
- v4
7-
- v6
7+
- v5
88
jobs:
99
call-build-lint-test-workflow:
1010
uses: ./.github/workflows/build-lint-test.yml

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
# Sequence of patterns matched against refs/tags
55
tags:
6-
- v5.*
6+
- v6.*
77
jobs:
88
build-and-promote:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)