Merges #21: Rewrite branch logic to allow base branches other than master
Note V2.0.0 is a major version bump, requiring a minor configuration change to the .github/workflows/git.yml
file. Change:
name: Git Checks
on: [push]
to:
name: Git Checks
on: [pull_request]