Skip to content

Commit 0831e1c

Browse files
committed
only run codeql on pythonbible package
1 parent cbaa46c commit 0831e1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
branches:
1111
- main
1212
paths:
13-
- 'pythonbible/**'
13+
- 'pythonbible/pythonbible/**'
1414
pull_request:
1515
paths:
16-
- 'pythonbible/**'
16+
- 'pythonbible/pythonbible/**'
1717
jobs:
1818
analyze:
1919
name: Analyze

0 commit comments

Comments
 (0)