| commit | 063f448f003f1105d156fa94c0f1e0cc88f279cf | [log] [tgz] |
|---|---|---|
| author | KaushikiAnand <[email protected]> | Fri Feb 07 10:21:40 2025 |
| committer | KaushikiAnand <[email protected]> | Fri Feb 07 10:21:40 2025 |
| tree | ae364748d31da213ff0c429cede322b8aae45e6a | |
| parent | 0d85df1961bd0452607ed910859cd45fa948aabe [diff] |
IND-2174 unit test coverage and linting added
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0e01724..08432b7 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml
@@ -1,6 +1,8 @@ name: Build and Test Workflow -on: [push] +on: + pull_request: + branches: [master] jobs: build: