From 5de466dc46a078f0e175d0ba4d991c4afd992756 Mon Sep 17 00:00:00 2001 From: Sylvain Gaunet <1552102+sgaunet@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:45:42 +0100 Subject: [PATCH] fix: update GitHub Actions workflow to trigger on v2 branch for coverage badge generation --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f6b316..ee47543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Generate coverage badges on: push: - branches: [main] + branches: [v2] permissions: contents: write