Skip to content

Commit 8a79255

Browse files
committed
fix: update branch references from 'main' to 'master' in workflows
1 parent cc4f94e commit 8a79255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
permissions:
99
contents: read

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
permissions:
99
contents: write
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Push changes
6767
run: |
68-
git push origin main --follow-tags
68+
git push origin master --follow-tags
6969
7070
- name: Create GitHub Release
7171
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)