Skip to content

Commit 172b552

Browse files
authored
Merge pull request #22 from swup/feat/rename-master-to-main
Prepare the switch of the default branch from `master` to `main`
2 parents ffbb18b + e54aaaf commit 172b552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Redeploy Docs
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55

66
jobs:
77
redeploy-docs:
8-
uses: swup/.github/.github/workflows/redeploy-docs.yml@master
8+
uses: swup/.github/.github/workflows/redeploy-docs.yml@main
99
secrets: inherit

.github/workflows/version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm --no-git-tag-version version ${{ inputs.segment }}
2929
- uses: peter-evans/create-pull-request@v4
3030
with:
31-
base: 'master'
31+
base: 'main'
3232
branch: 'version/automated'
3333
title: 'Update package version (automated)'
3434
commit-message: 'Update package version'

0 commit comments

Comments
 (0)