update workflows to use the main branch

This commit is contained in:
aler9 2021-01-17 22:55:04 +01:00
parent 1df765edcd
commit b6277dc7cf

View file

@ -2,9 +2,9 @@ name: lint
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
golangci-lint: