fix: restrict workflows to trigger only on pushes to the main branch

This commit is contained in:
GitHub Actions
2026-02-26 04:11:38 +00:00
parent 06ceb9ef6f
commit 8ff3f305db
5 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ name: Upload Coverage to Codecov
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
inputs:
run_backend: