Skip to content

Commit 76ffd33

Browse files
committed
ignore the massive, auto-generated bible versions files in the codeql analysis workflow
1 parent fb79eb7 commit 76ffd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'pythonbible/bible/versions/**'
1414
pull_request:
1515
paths-ignore:
16-
- 'pythonbible/bible/versions/**'
16+
- '**/bible/versions/**'
1717
jobs:
1818
analyze:
1919
name: Analyze

0 commit comments

Comments
 (0)