Skip to content

Commit

Permalink
fix: update GitHub Actions workflow to trigger on v2 branch for cover…
Browse files Browse the repository at this point in the history
…age badge generation
  • Loading branch information
sgaunet committed Jan 22, 2025
1 parent 9491143 commit 5de466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Generate coverage badges
on:
push:
branches: [main]
branches: [v2]

permissions:
contents: write
Expand Down

0 comments on commit 5de466d

Please sign in to comment.