From 186f9ce1393868fa1007ab9d1e2fa89f84f32683 Mon Sep 17 00:00:00 2001 From: jschiel Date: Wed, 29 Nov 2023 15:46:01 +0100 Subject: [PATCH] change name of workflow --- .github/workflows/buildAndPushBackendStable.yml | 2 +- .github/workflows/buildAndPushFrontendStable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndPushBackendStable.yml b/.github/workflows/buildAndPushBackendStable.yml index bc1eaeb..1720361 100644 --- a/.github/workflows/buildAndPushBackendStable.yml +++ b/.github/workflows/buildAndPushBackendStable.yml @@ -1,4 +1,4 @@ -name: Build and push Backend +name: Build and push Backend stable # Controls when the workflow will run on: diff --git a/.github/workflows/buildAndPushFrontendStable.yml b/.github/workflows/buildAndPushFrontendStable.yml index 4be714d..bc127a9 100644 --- a/.github/workflows/buildAndPushFrontendStable.yml +++ b/.github/workflows/buildAndPushFrontendStable.yml @@ -1,5 +1,5 @@ -name: Build and push Frontend +name: Build and push Frontend stable # Controls when the workflow will run on: