Skip to content

Commit ee6f908

Browse files
committed
Limit API surface validation to generated files
1 parent d6cd487 commit ee6f908

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)