Skip to content

Commit 2a1f798

Browse files
chore(ci): add branch v3 to quality check and e2e actions (#4232)
* Adding v3 branch to quality check and e2e actions * Adding v3 branch to quality check and e2e actions
1 parent 58128f5 commit 2a1f798

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/quality_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- "mypy.ini"
2626
branches:
2727
- develop
28+
- v3
2829
push:
2930
paths:
3031
- "aws_lambda_powertools/**"
@@ -34,6 +35,7 @@ on:
3435
- "mypy.ini"
3536
branches:
3637
- develop
38+
- v3
3739

3840
permissions:
3941
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
push:
2020
branches:
2121
- develop
22+
- v3
2223
paths:
2324
- "aws_lambda_powertools/**"
2425
- "tests/e2e/**"

0 commit comments

Comments
 (0)