Skip to content

Commit

Permalink
chore: add release trigger for dev branch (#558) (#559)
Browse files Browse the repository at this point in the history
Due to the refactoring of APISIX Helm chart, we plan to maintain it
through the dev branch.

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 authored Jun 9, 2023
1 parent f2e21dc commit 6f95e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ github:
legacy:
required_pull_request_reviews:
required_approving_review_count: 2
dev:
required_pull_request_reviews:
required_approving_review_count: 2
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- legacy
- dev

jobs:
release:
Expand Down

0 comments on commit 6f95e30

Please sign in to comment.