diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index c628206e489..ca03d549cb6 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -24,7 +24,7 @@ on: - "poetry.lock" - "mypy.ini" branches: - - develop + - v3 # Powertools v3 branch push: paths: - "aws_lambda_powertools/**" @@ -33,7 +33,7 @@ on: - "poetry.lock" - "mypy.ini" branches: - - develop + - v3 # Powertools v3 branch permissions: contents: read diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 7c4f4f9dfb4..cc04699f3f2 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -18,7 +18,7 @@ on: push: branches: - - develop + - v3 # Powertools v3 branch paths: - "aws_lambda_powertools/**" - "tests/e2e/**"