Skip to content

v2.0.0 - Allow any base branch

Latest
Compare
Choose a tag to compare
@13rac1 13rac1 released this 08 Jan 21:20
· 2 commits to master since this release
bd5504f

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]