imjoey commented on a change in pull request #1226: URL: https://github.com/apache/apisix-dashboard/pull/1226#discussion_r553092763
########## File path: .github/workflows/backend-cli-test.yml ########## @@ -3,10 +3,10 @@ name: Backend CLI Test on: push: branches: - - master + - v2.3 Review comment: Thanks for reviewing. IMHO, CI for `v2.3` will no longer exist after version `2.3` is released, cause it is not a LTS version. And this change will also not be backported into master branch. For example, for the release version `2.4`, we can simply use `v2.4` here. Meanwhile, the `master` is the only branch name needed to listed here in the `master` branch. Once we have LTS versions, then we can keep `master` and all LTS version branches in the `master` branch. So What do you think? 😄 Much appreciated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org