From a961582699334dae5e3413e4e1f60c240047fb0b Mon Sep 17 00:00:00 2001 From: David Evans Date: Sat, 28 Oct 2023 19:58:15 +0100 Subject: [PATCH] Rename default branch --- .github/workflows/ci.yml | 4 ++-- src/frontend/src/components/security/SecurityPage.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c1890f..41bd42d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - '**' pull_request: branches: - - master + - main workflow_dispatch: {} jobs: @@ -95,7 +95,7 @@ jobs: needs: - smoke_test runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' && github.head_ref == null }} + if: ${{ github.ref == 'refs/heads/main' && github.head_ref == null }} permissions: contents: write steps: diff --git a/src/frontend/src/components/security/SecurityPage.tsx b/src/frontend/src/components/security/SecurityPage.tsx index 0564ee4..d429acc 100644 --- a/src/frontend/src/components/security/SecurityPage.tsx +++ b/src/frontend/src/components/security/SecurityPage.tsx @@ -79,7 +79,7 @@ export const SecurityPage = memo(() => ( Further technical details on the privacy and security choices are available in the{' '}