Skip to content

Commit d625e4c

Browse files
authored
Merge pull request #2182 from microsoftgraph/fix/dom-diff-validation-workflow
Limit API surface validation to generated files
2 parents 61b105d + 93e1006 commit d625e4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-public-api-surface.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
pull_request:
77
branches: [ 'main' ]
8+
paths:
9+
- 'src/**/generated/**'
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)