From d2b6825b086dff6086f745cc3d71bd489dde23a0 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 28 Nov 2024 11:24:38 +1100 Subject: [PATCH] MAINT: master to main --- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index acbfe17..40bd3bb 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -2,7 +2,7 @@ name: Build Cache [using jupyter-book] on: push: branches: - - master + - main jobs: tests: runs-on: ubuntu-latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43090c8..73ae675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' - production-branch: master + production-branch: main github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Preview Deploy from GitHub Actions" env: