Skip to content

Commit b8f743e

Browse files
committed
ci: add v1.x branch to main-checks workflow
Prepare for v2 development by ensuring CI runs on the v1.x maintenance branch. This branch will be created to receive security and critical bug fixes while main becomes the v2 development branch.
1 parent 8ac0cab commit b8f743e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- "v*.*.*"
8+
- "v1.x"
89
tags:
910
- "v*.*.*"
1011

0 commit comments

Comments
 (0)