From 04060742648d558942a8cf962fdc9c1b96acc9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Issoupov=C2=A0=C2=A0?= Date: Wed, 23 Jun 2021 15:38:17 -0700 Subject: [PATCH] Workflow on push --- .github/workflows/unittest.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 11cadb7..a6ff118 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -1,6 +1,13 @@ name: Build -on: [pull_request,push] +on: + push: + branches: + - main + - master + tags: + - 'v*' + pull_request: jobs: @@ -44,7 +51,7 @@ jobs: run: make gen_test_certs build covtest - name: coveralls - if: github.event_name == 'pull_request' + #if: github.event_name == 'pull_request' env: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: make coveralls-github