Skip to content

Commit

Permalink
Rename default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Oct 28, 2023
1 parent 6d030b2 commit a961582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**'
pull_request:
branches:
- master
- main
workflow_dispatch: {}

jobs:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/components/security/SecurityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const SecurityPage = memo(() => (
Further technical details on the privacy and security choices are
available in the{' '}
<a
href="https://github.com/davidje13/Refacto/blob/master/docs/SECURITY.md"
href="https://github.com/davidje13/Refacto/blob/main/docs/SECURITY.md"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit a961582

Please sign in to comment.