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.
1 parent cc4f94e commit 8a79255Copy full SHA for 8a79255
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
permissions:
9
contents: read
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
contents: write
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Push changes
67
run: |
68
- git push origin main --follow-tags
+ git push origin master --follow-tags
69
70
- name: Create GitHub Release
71
uses: softprops/action-gh-release@v2
0 commit comments