We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffbb18b + e54aaaf commit 172b552Copy full SHA for 172b552
.github/workflows/redeploy-docs.yml
@@ -1,9 +1,9 @@
1
name: Redeploy Docs
2
on:
3
push:
4
- branches: [master]
+ branches: [main]
5
6
jobs:
7
redeploy-docs:
8
- uses: swup/.github/.github/workflows/redeploy-docs.yml@master
+ uses: swup/.github/.github/workflows/redeploy-docs.yml@main
9
secrets: inherit
.github/workflows/version-update.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm --no-git-tag-version version ${{ inputs.segment }}
29
- uses: peter-evans/create-pull-request@v4
30
with:
31
- base: 'master'
+ base: 'main'
32
branch: 'version/automated'
33
title: 'Update package version (automated)'
34
commit-message: 'Update package version'
0 commit comments