diff --git a/.github/workflows/2-cd-release-preview.yml b/.github/workflows/cd-release-preview.yml similarity index 100% rename from .github/workflows/2-cd-release-preview.yml rename to .github/workflows/cd-release-preview.yml diff --git a/.github/workflows/2-cd-release.yml b/.github/workflows/cd-release.yml similarity index 100% rename from .github/workflows/2-cd-release.yml rename to .github/workflows/cd-release.yml diff --git a/.github/workflows/1-ci.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/1-ci.yml rename to .github/workflows/ci.yml diff --git a/.github/workflows/3-code-coverage.yml b/.github/workflows/code-coverage.yml similarity index 100% rename from .github/workflows/3-code-coverage.yml rename to .github/workflows/code-coverage.yml diff --git a/.github/workflows/4-static.yml b/.github/workflows/static.yml similarity index 96% rename from .github/workflows/4-static.yml rename to .github/workflows/static.yml index c742d7b..d5c08e0 100644 --- a/.github/workflows/4-static.yml +++ b/.github/workflows/static.yml @@ -1,4 +1,4 @@ -name: "5. Deploy static content to Pages" +name: "4. Deploy static content to Pages" on: push: