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..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: @@ -13,7 +13,7 @@ jobs: service: [frontend, backend] steps: - # 1) Check out your code + # 1) Check out - name: Checkout code uses: actions/checkout@v3