Skip to content

Commit 1a6eb36

Browse files
committed
fix
1 parent 057ae23 commit 1a6eb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
filters: |
2626
pcre2:
2727
- 'ext/pcre/pcre2lib/**'
28-
- '!ext/pcre/pcre2lib/sljit/**'
28+
- 'ext/pcre/pcre2lib/!sljit/**'
2929
sljit:
3030
- 'ext/pcre/pcre2lib/sljit/**'
3131

0 commit comments

Comments
 (0)