diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index c628206e489..84e9c3720c0 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -25,6 +25,7 @@ on: - "mypy.ini" branches: - develop + - v3 push: paths: - "aws_lambda_powertools/**" @@ -34,6 +35,7 @@ on: - "mypy.ini" branches: - develop + - v3 permissions: contents: read diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 7c4f4f9dfb4..64308ba17db 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -19,6 +19,7 @@ on: push: branches: - develop + - v3 paths: - "aws_lambda_powertools/**" - "tests/e2e/**"