Skip to content

Commit 0d7fbc7

Browse files
committed
fix: standardize quotes in workflow paths for consistency
1 parent 951f816 commit 0d7fbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validatePackageChangesOnPr.yml

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

0 commit comments

Comments
 (0)