Skip to content

Commit

Permalink
Fix for test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Feb 21, 2024
1 parent 1098364 commit b1865b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Run unit tests
on:
push:
branches: [ "main" ]
paths:
- 'common/**'
pull_request:
paths:
- 'common/**'
permissions:
contents: read
jobs:
Expand Down

0 comments on commit b1865b7

Please sign in to comment.