update workflows to use the main branch

This commit is contained in:
aler9
2021-01-17 22:54:51 +01:00
parent d54a602e20
commit f3e56cee37
2 changed files with 4 additions and 4 deletions

View File

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

View File

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