Update codecov.yml

This commit is contained in:
Winni Neessen 2022-03-15 21:30:51 +01:00 committed by GitHub
parent 9d326de161
commit f00913b0ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: Example workflow for Codecov
on: on:
push: push:
branches: branches:
- master - main
paths: paths:
- '**.go' - '**.go'
- 'go.*' - 'go.*'
@ -10,7 +10,7 @@ on:
- 'codecov.yml' - 'codecov.yml'
pull_request: pull_request:
branches: branches:
- master - main
paths: paths:
- '**.go' - '**.go'
- 'go.*' - 'go.*'