We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main-lts
1 parent 57522a1 commit 3ad135fCopy full SHA for 3ad135f
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- "main"
7
+ - "main-lts"
8
paths-ignore:
9
- '.gitignore'
10
- 'CODEOWNERS'
.github/workflows/build_website.yml
.github/workflows/codeql.yml
@@ -2,9 +2,9 @@ name: "CodeQL"
2
3
on:
- branches: [ "main" ]
+ branches: [ "main", "main-lts" ]
pull_request:
schedule:
- cron: "2 0 * * 6"
0 commit comments