Add missing pipeline condition
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
@@ -17,4 +19,4 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: go test -coverprofile=coverage.txt -covermode=atomic
|
run: go test -coverprofile=coverage.txt -covermode=atomic
|
||||||
- name: coverage
|
- name: coverage
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
run: bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
Reference in New Issue
Block a user