diff --git a/.github/workflows/auto_app2abap.yaml b/.github/workflows/create_app2abap.yaml
similarity index 91%
rename from .github/workflows/auto_app2abap.yaml
rename to .github/workflows/create_app2abap.yaml
index c4a100ed..94330005 100644
--- a/.github/workflows/auto_app2abap.yaml
+++ b/.github/workflows/create_app2abap.yaml
@@ -1,11 +1,11 @@
-name: auto_app2abap
+name: create_app2abap
on:
push:
branches: [main]
jobs:
- auto_app2abap:
+ create_app2abap:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
diff --git a/.github/workflows/auto_frontend.yaml b/.github/workflows/create_frontend.yaml
similarity index 93%
rename from .github/workflows/auto_frontend.yaml
rename to .github/workflows/create_frontend.yaml
index b97d1534..320abf2a 100644
--- a/.github/workflows/auto_frontend.yaml
+++ b/.github/workflows/create_frontend.yaml
@@ -1,4 +1,4 @@
-name: auto_frontend
+name: create_frontend
on:
push:
@@ -8,7 +8,7 @@ permissions:
contents: read
jobs:
- auto_frontend:
+ create_frontend:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
diff --git a/README.md b/README.md
index 3822b8ce..f086cf7c 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,11 @@
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_downport.yaml)
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_transpile.yaml)
-[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_app2abap.yaml)
-[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_frontend.yaml)
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/auto_abaplint_fix.yaml)
+[](https://github.com/abap2UI5/abap2UI5/actions/workflows/create_app2abap.yaml)
+[](https://github.com/abap2UI5/abap2UI5/actions/workflows/create_frontend.yaml)
+
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_unit.yaml)
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_node.yaml)
[](https://github.com/abap2UI5/abap2UI5/actions/workflows/test_browser.yaml)