Add missing pipeline condition

This commit is contained in:
Bogdan U 2021-09-23 22:22:51 +03:00 committed by GitHub
parent 560c440e4a
commit 36e8ef67b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
@ -17,4 +19,4 @@ jobs:
- name: test
run: go test -coverprofile=coverage.txt -covermode=atomic
- name: coverage
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash)