Browse Source

update workflows to use the main branch

pull/190/head
aler9 6 years ago
parent
commit
b6277dc7cf
  1. 4
      .github/workflows/lint.yml

4
.github/workflows/lint.yml

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

Loading…
Cancel
Save