We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c8267 commit d549634Copy full SHA for d549634
.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: ci
3
on:
4
push:
5
branches:
6
- - main
+ - v2
7
pull_request:
8
9
10
11
jobs:
12
lint:
README.md
@@ -9,6 +9,9 @@
Create web servers that run anywhere! 📖 [**documentation**](https://nitro.unjs.io)
+> [!NOTE]
13
+> You are on the v2 branch. Check [main branch](https://github.com/unjs/nitro/tree/main) for v3 development tree.
14
+
15
## Contribution
16
17
<details>
0 commit comments