Add main branch to list of branches for go test workflow

This commit is contained in:
Paul-Christian Volkmer 2023-02-11 19:06:17 +01:00
parent be386ece28
commit d141d92ca8

View File

@ -2,9 +2,9 @@ name: Go test
on:
push:
branches: [ "master" ]
branches: [ "master", "main" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "main" ]
jobs:
build: