Skip to content

Commit

Permalink
chore(ci): add branch v3 to quality check and e2e actions (#4232)
Browse files Browse the repository at this point in the history
* Adding v3 branch to quality check and e2e actions

* Adding v3 branch to quality check and e2e actions
  • Loading branch information
leandrodamascena authored Apr 29, 2024
1 parent 58128f5 commit 2a1f798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
- "mypy.ini"
branches:
- develop
- v3
push:
paths:
- "aws_lambda_powertools/**"
Expand All @@ -34,6 +35,7 @@ on:
- "mypy.ini"
branches:
- develop
- v3

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
push:
branches:
- develop
- v3
paths:
- "aws_lambda_powertools/**"
- "tests/e2e/**"
Expand Down

0 comments on commit 2a1f798

Please sign in to comment.