mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
Add main to list of branches in README example (#104)
This commit is contained in:
parent
4957db1776
commit
ba0e91ca3a
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ on:
|
|||
- v*
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
@ -63,6 +64,7 @@ on:
|
|||
- v*
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
|
|||
Loading…
Reference in a new issue