We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the GitHub CI will only run on some target branch, it means when we develop new feature with feature branch, the CI will not be trigger.
This will result in many issues that will need to be resolved when the feature branch finally merged.
At the same time, we don't have a large CI load, so it might be better to open CI to all branch.
Make CI run on all branch.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Search before asking
Enhancement Request
Currently, the GitHub CI will only run on some target branch, it means when we develop new feature with feature branch, the CI will not be trigger.
This will result in many issues that will need to be resolved when the feature branch finally merged.
At the same time, we don't have a large CI load, so it might be better to open CI to all branch.
Describe the solution you'd like
Make CI run on all branch.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: