diff --git a/.github/gatsby_deploy.yml b/.github/gatsby_deploy.yml index 3e7599d..9acf367 100644 --- a/.github/gatsby_deploy.yml +++ b/.github/gatsby_deploy.yml @@ -4,7 +4,7 @@ name: CI on: push: pull_request: - branches: [ main, release/v7 ] + branches: [ main, Release-July-2024 ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -48,7 +48,7 @@ jobs: - name: Deploy Pages uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/Release-July-2024' }} with: github_token: ${{ secrets.PERF_GIT_DEPLOY_GH_PAGES_TOKEN }} publish_dir: ./public