Add branch trigger for tests and update README with badge

Added a trigger to run tests on pushes to the main branch in the GitHub Actions workflow. Also updated the README to include a badge linking to the test workflow for better visibility.
This commit is contained in:
amithkoujalgi
2025-03-11 00:02:13 +05:30
parent 57a962148b
commit 9fd77a6743
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
name: Run Unit and Integration Tests
on:
push:
branches:
- main
workflow_dispatch:
inputs:
branch: