diff --git a/.github/workflows/dev.yaml b/.github/workflows/e2e.yaml similarity index 99% rename from .github/workflows/dev.yaml rename to .github/workflows/e2e.yaml index 045091f41..1649c7466 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/e2e.yaml @@ -1,4 +1,4 @@ -name: Release to dev +name: E2E on: push: branches: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ecr.yaml similarity index 97% rename from .github/workflows/ci.yaml rename to .github/workflows/ecr.yaml index 969c0f124..a75c755e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ecr.yaml @@ -1,11 +1,10 @@ -name: CI +name: ECR on: pull_request: branches: - dev - master - - 'feature/**' - 'release/**' - 'hotfix/**' types: