From ccd798e61371eb48725e56e6c17e1d97b4a892ae Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 23 May 2024 20:40:11 -0300 Subject: [PATCH] chore: rename repository --- .github/workflows/deploy-pr-preview.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pr-preview.yml b/.github/workflows/deploy-pr-preview.yml index e81e688..e376873 100644 --- a/.github/workflows/deploy-pr-preview.yml +++ b/.github/workflows/deploy-pr-preview.yml @@ -13,7 +13,7 @@ on: jobs: deploy: name: Deploy preview - if: ${{ github.repository == 'dot013/.www-new' }} + if: ${{ github.repository == 'dot013/.www' }} runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 852a8a4..02d7204 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy - if: ${{ github.repository == 'dot013/.www-new' }} + if: ${{ github.repository == 'dot013/.www' }} runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 089e519..21cc5ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy - if: ${{ github.repository == 'dot013/.www-new' }} + if: ${{ github.repository == 'dot013/.www' }} runs-on: ubuntu-latest permissions: contents: read