fix: add pull request trigger for main and development branches in Codecov workflow

This commit is contained in:
GitHub Actions
2026-02-09 03:44:25 +00:00
parent c37717ef9a
commit 8a5b0bae65

View File

@@ -1,6 +1,10 @@
name: Upload Coverage to Codecov
on:
pull_request:
branches:
- main
- development
workflow_dispatch:
inputs:
run_backend: