We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a24fa commit faeb290Copy full SHA for faeb290
.github/workflows/validation.yaml
@@ -3,7 +3,7 @@ name: Validate
3
on:
4
push:
5
paths:
6
- - 'src/*/src/Bridge/**/composer.json'
+ - 'src/*/src/Bridge/**/*'
7
- 'src/ai-bundle/config/options.php'
8
- 'splitsh.json'
9
- '.github/workflows/validation.yaml'
@@ -12,7 +12,7 @@ on:
12
- '.github/scripts/validate-bridge-files.sh'
13
pull_request:
14
15
16
17
18
0 commit comments