Skip to content

Commit 02f5c9d

Browse files
committed
change default branch name to "main"
1 parent 765d8f0 commit 02f5c9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
contents: read
5353
pages: write
5454
id-token: write
55-
if: github.ref == 'refs/heads/gh-pages'
55+
if: github.ref == 'refs/heads/main'
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
})
2121
</script>
2222
<title>VimConf</title>
23+
<!-- branch: main (TODO: delete this line after verified the default branch is switched to "main" -->
2324
</head>
2425

2526
<body>

0 commit comments

Comments
 (0)