Skip to content

Commit 8ac3d48

Browse files
Adding v3 branch to quality check and e2e actions
1 parent 9e9a2e0 commit 8ac3d48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/quality_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- "mypy.ini"
2626
branches:
2727
- develop
28-
- v3 # Powertools v3 branch
28+
- v3
2929
push:
3030
paths:
3131
- "aws_lambda_powertools/**"
@@ -35,7 +35,7 @@ on:
3535
- "mypy.ini"
3636
branches:
3737
- develop
38-
- v3 # Powertools v3 branch
38+
- v3
3939

4040
permissions:
4141
contents: read

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
push:
2020
branches:
2121
- develop
22-
- v3 # Powertools v3 branch
22+
- v3
2323
paths:
2424
- "aws_lambda_powertools/**"
2525
- "tests/e2e/**"

0 commit comments

Comments
 (0)