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