From 36e8ef67b6c9fc581970732cda9694d792978ddf Mon Sep 17 00:00:00 2001 From: Bogdan U Date: Thu, 23 Sep 2021 22:22:51 +0300 Subject: [PATCH] Add missing pipeline condition --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adbd05f..d53be4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) \ No newline at end of file + run: bash <(curl -s https://codecov.io/bash)