Skip to content

Commit 350d799

Browse files
committed
chore: update readme and ci scripts
1 parent 9a50737 commit 350d799

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: autofix.ci # needed to securely identify the workflow
33
on:
44
pull_request:
55
push:
6-
branches: ["main"]
6+
branches:
7+
- v2
8+
- v3
79

810
permissions:
911
contents: read

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- v2
7+
- v3
78
pull_request:
89
branches:
910
- v2
11+
- v3
1012

1113
jobs:
1214
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build)
1111

1212
> [!NOTE]
13-
> You are on the v2 branch. Check [main branch](https://github.com/nitrojs/nitro/tree/main) for v3 development tree.
13+
> You are on the **v2 support branch.** Checkout the [v2](https://github.com/nitrojs/nitro/tree/v2) branch for the current development branch.
1414
1515
## Contribution
1616

0 commit comments

Comments
 (0)