From 65f9e4fecf8000af7ea136e817a034a0f5ef4cde Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 21 Jun 2022 16:58:34 +0300 Subject: [PATCH] fix github ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30f9a5..d554c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: - branches: [master] + branches: [main] jobs: test: @@ -18,4 +18,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: cov_profile/cov.lcov \ No newline at end of file + path-to-lcov: cov_profile/cov.lcov