Skip to content

Commit fb79eb7

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ on:
99
push:
1010
branches:
1111
- main
12+
paths-ignore:
13+
- 'pythonbible/bible/versions/**'
1214
pull_request:
13-
15+
paths-ignore:
16+
- 'pythonbible/bible/versions/**'
1417
jobs:
1518
analyze:
1619
name: Analyze

0 commit comments

Comments
 (0)