Skip to content

Commit 326b88d

Browse files
committed
minor #1195 [CI] Trigger validation on any bridge file change (OskarStark)
This PR was merged into the main branch. Discussion ---------- [CI] Trigger validation on any bridge file change | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- faeb290 [CI] Trigger validation on any bridge file change
2 parents e7fa53f + faeb290 commit 326b88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate
33
on:
44
push:
55
paths:
6-
- 'src/*/src/Bridge/**/composer.json'
6+
- 'src/*/src/Bridge/**/*'
77
- 'src/ai-bundle/config/options.php'
88
- 'splitsh.json'
99
- '.github/workflows/validation.yaml'
@@ -12,7 +12,7 @@ on:
1212
- '.github/scripts/validate-bridge-files.sh'
1313
pull_request:
1414
paths:
15-
- 'src/*/src/Bridge/**/composer.json'
15+
- 'src/*/src/Bridge/**/*'
1616
- 'src/ai-bundle/config/options.php'
1717
- 'splitsh.json'
1818
- '.github/workflows/validation.yaml'

0 commit comments

Comments
 (0)