Skip to content

Commit

Permalink
chore: prepare v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 20, 2024
1 parent 112fa33 commit 9cb2537
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: ["main"]
branches: ["v1"]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci
on:
push:
branches:
- main
- v1
pull_request:
branches:
- main
- v1

permissions:
id-token: write
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

H3 (pronounced as /eɪtʃθriː/, like h-3) is a minimal h(ttp) framework built for high performance and portability.

> [!NOTE]
> You are on the v1 branch. Check out [h3 main](https://github.com/unjs/h3/tree/main) for latest.
👉 [Documentation](https://h3.unjs.io)

## Contribution
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["github>unjs/renovate-config"]
"extends": ["github>unjs/renovate-config"],
"baseBranches": ["main", "v1"]
}

0 comments on commit 9cb2537

Please sign in to comment.