Skip to content

Commit 840ba98

Browse files
authored
Change paths for js (#81)
Change path for ‘*/*.js’
1 parent 3e7c0ff commit 840ba98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codeql
33
on:
44
pull_request:
55
paths:
6-
- '*/*.mjs'
6+
- '*/*.js'
77
- '.github/workflows/codeql.yml'
88

99
jobs:

0 commit comments

Comments
 (0)