haskell-CI / haskell-ci

Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations
GNU General Public License v3.0
431 stars 70 forks source link

Change branch name in README.md #689

Closed jcranch closed 6 months ago

jcranch commented 7 months ago

haskell-ci creates a script that runs on branches called main and ci-*; however, README.md advised creating and pushing a branch called new-ci.

Of course one could change the code to match the documentation instead of changing the documentation to match the code.

phadej commented 6 months ago

Thanks for spotting this.

I removed the whole step, as it's not worth it telling people how to use GitHub. They probably know how.