fix branch name in github actions

This commit is contained in:
Ben Kraft
2021-03-22 18:14:16 -07:00
parent a42c9b8166
commit 088ec53ad5
+2 -2
View File
@@ -2,9 +2,9 @@ name: Go
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build: