Skip to content

Commit cbaa46c

Browse files
committed
only run codeql on pythonbible package
1 parent 9b1da87 commit cbaa46c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
push:
1010
branches:
1111
- main
12-
paths-ignore:
13-
- 'pythonbible/bible/versions/**'
12+
paths:
13+
- 'pythonbible/**'
1414
pull_request:
15-
paths-ignore:
16-
- '**/bible/versions/**'
15+
paths:
16+
- 'pythonbible/**'
1717
jobs:
1818
analyze:
1919
name: Analyze

0 commit comments

Comments
 (0)