From 5fd46ad338616a72e399ed075be2992b759fb486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Mon, 3 Jul 2023 07:59:52 +0200 Subject: [PATCH] Change branch for CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0b85b5..9bd90bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: Continuous Integration on: push: branches: - - master + - main + - devel pull_request: env: @@ -49,4 +50,4 @@ jobs: - name: Update go report card if: success() && matrix.os == 'ubuntu-latest' continue-on-error: true - uses: creekorful/goreportcard-action@v1.0 \ No newline at end of file + uses: creekorful/goreportcard-action@v1.0