Skip to content

Commit 161f4ee

Browse files
committed
Fix Rust glob
1 parent 7114572 commit 161f4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ on:
6767
- 'archive/p/python/testinfo.yml'
6868
- 'archive/r/ruby/*.rb'
6969
- 'archive/r/ruby/testinfo.yml'
70-
- 'archive/r/rust/*.rb'
70+
- 'archive/r/rust/*.rs'
7171
- 'archive/r/rust/testinfo.yml'
7272
- 'archive/t/typescript/*.ts'
7373
- 'archive/t/typescript/testinfo.yml'

0 commit comments

Comments
 (0)