Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> writes: > Git's maintainer usually don't have enough time to debug the failure of > invidual feature branch, they usually want to look at intergration > branches only. Please please please do not make this thing about me. I do not have Actions enabled at https://github.com/gitster/git/ repository anyway. Instead, please focus on making the end result useful for general contributors. > Contributors now can have GitHub Actions as an opt-in option, > should they want to check their code, they will push into designated > branch. OK, so this is an opt-in approach as you outlined in the cover letter. > + pull_request: > + push: > + branches: > + - maint > + - master > + - next > + - jch > + - pu > + - 'for-ci**' > + tags: > + - '**' > + - '!**wip**' I agree with the agreement you and Peff reached about for-ci plus for-ci/** patterns and building only v[0-9] tags in your discussion downthread. Thaks.