mistercrunch opened a new pull request, #29274:
URL: https://github.com/apache/superset/pull/29274

   ### SUMMARY
   
   Currently, we trigger the bulk of our CI on all PRs, and on push to the 
`master` and release branches.
   
   Release branches currently are defined as `[0-9].[0-9]` meaning it will work 
for `3.5` and `10.10`, but not for `3.1.1`, `3.0-beta2` or whatever other 
release branch that don't fit the "minor" release pattern.
   
   Not I'm extending this to `[0-9].[0-9]*`. As a glob that mean it'll run for 
practically anything that loosely looks like a release branch.
   
   The goal is to make it easier for people working in forks, whether private 
or public to trigger CI while doing their own release management. Currently if 
you want to trigger CI, you pretty much to either open a dummy PR, or push to a 
branch that fits the current pattern, which doesn't allow for flexibility 
around branch naming, which is key for release management.
   
   This PR should not affect the repo or release process on this repo, it's 
just about making it easier to trigger CI on forks.
   
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to