braintree / restricted-input

Restrict <input>s to certain valid characters (e.g. formatting phone or card numbers)
https://braintree.github.io/restricted-input/
MIT License
68 stars 25 forks source link

fix: only use main in release processes #112

Closed cgdibble closed 6 months ago

cgdibble commented 6 months ago

The GH Pages publish step was using master as a base branch which is incorrect anymore and very out of date. main is the current default branch and should be used for these processes.