Fix default branch name for GitHub Actions

This commit is contained in:
Ross Wolf
2021-01-05 20:05:37 -07:00
committed by GitHub
parent 67413cee47
commit 5bbe43144d
+1 -1
View File
@@ -2,7 +2,7 @@ name: Unit Tests
on:
push:
branches: [ "master", "7.*", "8.*" ]
branches: [ "main", "7.*", "8.*" ]
pull_request:
branches: [ "*" ]