Skip to content

Commit f77a508

Browse files
committed
fix
1 parent 1a6eb36 commit f77a508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/verify-bundled-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
base: master
2525
filters: |
2626
pcre2:
27-
- 'ext/pcre/pcre2lib/**'
28-
- 'ext/pcre/pcre2lib/!sljit/**'
27+
- 'ext/pcre/pcre2lib/!(sljit/**)/**'
2928
sljit:
3029
- 'ext/pcre/pcre2lib/sljit/**'
3130

0 commit comments

Comments
 (0)