From c04a545a01980ea99a75f6d14113379da28e54cb Mon Sep 17 00:00:00 2001 From: dastraus007 Date: Wed, 6 Aug 2025 01:44:01 +0300 Subject: [PATCH 1/3] fix: update CI/CD workflows for improved consistency --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 09e4876..e3f0e8d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: CD on: push: - branches: [ test-2 ] + branches: [ test-1 ] workflow_dispatch: jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd8e03f..0ea2fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ test-2 ] + branches: [ test-1 ] pull_request: jobs: From 945c3b5bf0d228a7826771a18ed7792f65aed6e3 Mon Sep 17 00:00:00 2001 From: dastraus007 Date: Wed, 6 Aug 2025 01:47:11 +0300 Subject: [PATCH 2/3] 2 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e3f0e8d..09e4876 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: CD on: push: - branches: [ test-1 ] + branches: [ test-2 ] workflow_dispatch: jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ea2fdf..4039aab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ test-1 ] + branches: [ test-2 ] pull_request: jobs: @@ -13,7 +13,7 @@ jobs: service: [frontend, backend] steps: - # 1) Check out your code + # 1) Check out - name: Checkout code uses: actions/checkout@v3 From 184641da1c3168531e5c0c0825114e62d226e708 Mon Sep 17 00:00:00 2001 From: dastraus007 Date: Wed, 6 Aug 2025 01:54:23 +0300 Subject: [PATCH 3/3] EX2 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 09e4876..e3f0e8d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: CD on: push: - branches: [ test-2 ] + branches: [ test-1 ] workflow_dispatch: jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4039aab..97ab098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ test-2 ] + branches: [ test-1 ] pull_request: jobs: