We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f625f commit 4a7a19aCopy full SHA for 4a7a19a
.github/workflows/sdk-generation-validation.yml
@@ -2,7 +2,8 @@ name: SDK Generation Validation
2
3
on:
4
pull_request:
5
- paths: 'openapi/mx_platform_api.yml'
+ paths:
6
+ - 'openapi/mx_platform_api.yml'
7
8
jobs:
9
validate-sdk-generation:
0 commit comments