From 494b52d54e4b905a1760ac287a3f3b9f7e9604b8 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Wed, 23 Oct 2024 12:31:58 +0200 Subject: [PATCH] refactor: updated name --- .github/workflows/default.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b8afcc4..a1def94 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -31,7 +31,7 @@ jobs: deploy: uses: ./.github/workflows/02-deploy-gh-pages.yml - if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'dbsystel') }} + if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }} needs: [test, cypress, build-playground] publish: diff --git a/README.md b/README.md index f161813..3e5d8d3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Playground for testing GitHub CI/CD -gets deployed to https://dbsystel.github.io/cicd-playground/ out of the folder `/public/` +gets deployed to https://db-ui.github.io/cicd-playground/ out of the folder `/public/`