Skip to content

Commit 540cb4b

Browse files
committed
chore(ci): limit to src only to prevent dependabot failures
1 parent 35e072d commit 540cb4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [develop, v2]
5+
paths:
6+
- "aws_lambda_powertools/**"
7+
branches:
8+
- develop
69

710
jobs:
811
analyze:

0 commit comments

Comments
 (0)