Skip to content

Commit d549634

Browse files
committedJun 13, 2024·
chore: prepare v2 branch
1 parent 09c8267 commit d549634

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ci
33
on:
44
push:
55
branches:
6-
- main
6+
- v2
77
pull_request:
88
branches:
9-
- main
9+
- v2
1010

1111
jobs:
1212
lint:

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
Create web servers that run anywhere! 📖 [**documentation**](https://nitro.unjs.io)
1111

12+
> [!NOTE]
13+
> You are on the v2 branch. Check [main branch](https://github.com/unjs/nitro/tree/main) for v3 development tree.
14+
1215
## Contribution
1316

1417
<details>

0 commit comments

Comments
 (0)
Please sign in to comment.