Skip to content

Commit a2cf0b0

Browse files
Add path filter to pr-line-counter workflow (#184)
* Initial plan * Add path filter to pr-line-counter workflow for utils/matrix-logic Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
1 parent 9e97f65 commit a2cf0b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-line-counter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: PR Line Counter
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review]
6+
paths:
7+
- 'utils/matrix-logic/**'
68

79
jobs:
810
count-lines:

0 commit comments

Comments
 (0)