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
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
golangci-lint: golangci-lint:

Loading…
Cancel
Save