Skip to content

Commit 72edb3f

Browse files
authored
Added the main-lts branch to CI (#841)
Signed-off-by: Helber Belmiro <[email protected]>
1 parent b0cebad commit 72edb3f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "main-lts"
78
paths-ignore:
89
- '.gitignore'
910
- 'CODEOWNERS'

.github/workflows/build_website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "main-lts"
78
paths-ignore:
89
- '.gitignore'
910
- 'CODEOWNERS'

.github/workflows/codeql.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "main-lts" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "main-lts" ]
88
schedule:
99
- cron: "2 0 * * 6"
1010

0 commit comments

Comments
 (0)