Skip to content

Commit 85d142d

Browse files
try a different fix
1 parent 9a282fc commit 85d142d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/web_build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ on:
1818
push:
1919
branches: [ main ]
2020
paths:
21-
- 'renderers/web_core/**'
21+
- 'renderers/web_core/**/*'
2222
- '.github/workflows/web_build_and_test.yml'
2323
pull_request:
2424
paths:
25-
- 'renderers/web_core/**'
25+
- 'renderers/web_core/**/*'
2626
- '.github/workflows/web_build_and_test.yml'
2727

2828
jobs:

0 commit comments

Comments
 (0)