diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 0937812..ad4c788 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -14,7 +14,7 @@ permissions: jobs: build: - if: github.repository == 'Team-Coverflow/CoverFlow-BE' + if: github.repository == 'Team-Coverflow/Backend' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/backend-dev-cd.yml b/.github/workflows/backend-dev-cd.yml index 885870d..ee92d53 100644 --- a/.github/workflows/backend-dev-cd.yml +++ b/.github/workflows/backend-dev-cd.yml @@ -13,7 +13,7 @@ permissions: jobs: build: - if: github.repository == 'Team-Coverflow/CoverFlow-BE' + if: github.repository == 'Team-Coverflow/Backend' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/backend-prod-cd.yml b/.github/workflows/backend-prod-cd.yml index 7e03005..13bebc2 100644 --- a/.github/workflows/backend-prod-cd.yml +++ b/.github/workflows/backend-prod-cd.yml @@ -13,7 +13,7 @@ permissions: jobs: build: - if: github.repository == 'Team-Coverflow/CoverFlow-BE' + if: github.repository == 'Team-Coverflow/Backend' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4