Skip to content

Commit 91832d2

Browse files
Adding v3 branch to quality check and e2e actions
1 parent 58cc40d commit 91832d2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/quality_check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ on:
2424
- "poetry.lock"
2525
- "mypy.ini"
2626
branches:
27-
- develop
28-
- v3
27+
- v3 # Powertools v3 branch
2928
push:
3029
paths:
3130
- "aws_lambda_powertools/**"
@@ -34,8 +33,7 @@ on:
3433
- "poetry.lock"
3534
- "mypy.ini"
3635
branches:
37-
- develop
38-
- v3
36+
- v3 # Powertools v3 branch
3937

4038
permissions:
4139
contents: read

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ on:
1818

1919
push:
2020
branches:
21-
- develop
22-
- v3
21+
- v3 # Powertools v3 branch
2322
paths:
2423
- "aws_lambda_powertools/**"
2524
- "tests/e2e/**"

0 commit comments

Comments
 (0)