Fix default branch name for GitHub Actions
This commit is contained in:
@@ -2,7 +2,7 @@ name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "7.*", "8.*" ]
|
||||
branches: [ "main", "7.*", "8.*" ]
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user