Skip to content

Commit

Permalink
add gh workflow yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Aug 6, 2024
1 parent 15a4233 commit b82870c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI Pipeline
on:
push:
branches:
- feature/unit_tests
- "@feature/unit_tests"
pull_request:
branches:
- feature/unit_tests
- "@feature/unit_tests"

jobs:
test:
Expand Down

0 comments on commit b82870c

Please sign in to comment.