Skip to content

Commit 951f816

Browse files
committed
fix: update paths in workflow to correctly exclude markdown files
1 parent 5e318b4 commit 951f816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validatePackageChangesOnPr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
pull_request:
44
types: [opened, ready_for_review, reopened]
55
paths:
6-
- src/**
6+
- 'src/**'
7+
- '!src/**/*.md'
78
workflow_dispatch:
89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)