Skip to content

Commit f88d740

Browse files
authored
Merge branch 'main' into logger-readme
2 parents 40d0203 + 0d7fbc7 commit f88d740

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)