Update workflow to trigger on pull requests#144
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
=======================================
Coverage 52.30% 52.30%
=======================================
Files 11 11
Lines 1128 1128
=======================================
Hits 590 590
Misses 538 538 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflow to trigger on pull request events in addition to push events, enabling automated testing for pull requests.
- Modified the workflow trigger to include
pull_requestevents alongsidepushevents
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add concurrency settings to runTest workflow to ensure that workflows aren't run twice (or more)
|
|
Just let the two run concurrently: push and pull_request runs are technically not full duplicates as they run on different refs (eg. |



No description provided.