Skip to content

Commit

Permalink
Merge pull request #86 from swup/chore/default-main-branch
Browse files Browse the repository at this point in the history
chore: rename default branch to `main`
  • Loading branch information
hirasso authored Feb 9, 2025
2 parents 66c326e + b431687 commit d3fa34f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dependabot-automerge.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E tests

on:
push:
branches: [main, master, next]
branches: [main, next]
pull_request:
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/redeploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Redeploy Docs
on:
push:
branches: [master]
branches: [main]

jobs:
redeploy-docs:
uses: swup/.github/.github/workflows/redeploy-docs.yml@master
uses: swup/.github/.github/workflows/redeploy-docs.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit tests

on:
push:
branches: [main, master, next]
branches: [main, next]
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm --no-git-tag-version version ${{ inputs.segment }}
- uses: peter-evans/create-pull-request@v4
with:
base: 'master'
base: main
branch: 'version/automated'
title: 'Update package version (automated)'
commit-message: 'Update package version'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<!--[![npm version](https://img.shields.io/npm/v/@swup/fragment-plugin.svg)](https://www.npmjs.com/package/@swup/fragment-plugin) -->

[![Unit Tests](https://img.shields.io/github/actions/workflow/status/swup/fragment-plugin/unit-tests.yml?branch=master&label=vitest)](https://github.com/swup/fragment-plugin/actions/workflows/unit-tests.yml)
[![E2E Tests](https://img.shields.io/github/actions/workflow/status/swup/fragment-plugin/e2e-tests.yml?branch=master&label=playwright)](https://github.com/swup/fragment-plugin/actions/workflows/e2e-tests.yml)
[![License](https://img.shields.io/github/license/swup/fragment-plugin.svg)](https://github.com/swup/fragment-plugin/blob/master/LICENSE)
[![Unit Tests](https://img.shields.io/github/actions/workflow/status/swup/fragment-plugin/unit-tests.yml?branch=main&label=vitest)](https://github.com/swup/fragment-plugin/actions/workflows/unit-tests.yml)
[![E2E Tests](https://img.shields.io/github/actions/workflow/status/swup/fragment-plugin/e2e-tests.yml?branch=main&label=playwright)](https://github.com/swup/fragment-plugin/actions/workflows/e2e-tests.yml)
[![License](https://img.shields.io/github/license/swup/fragment-plugin.svg)](https://github.com/swup/fragment-plugin/blob/main/LICENSE)

</div>

Expand Down

0 comments on commit d3fa34f

Please sign in to comment.