From 01c26860e6c70d167e302821b31cc616d2d84537 Mon Sep 17 00:00:00 2001 From: Daniel Klein Date: Tue, 24 Sep 2024 12:15:48 +0200 Subject: [PATCH] chore(update-main): update deploy to main --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 49a19f49..28f74a79 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Build and Deploy on: push: branches: - - dk/v2-dataset # Set a branch to deploy + - main # Set a branch to deploy pull_request: permissions: @@ -41,7 +41,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/dk/v2-dataset' }} + if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist