drdoctr / doctr

A tool for automatically deploying docs from Travis CI to GitHub pages.
https://drdoctr.github.io
MIT License
107 stars 30 forks source link

Odd behavior mixing --branch-whitelist and --no-require-master #359

Open asmeurer opened 4 years ago

asmeurer commented 4 years ago

I'm not sure if this is intentional, but if you mix these two flags, the whitelist is basically ignored, because --no-require-master always includes the current branch in the whitelist.