Skip to content

Commit 0451550

Browse files
committed
Chore: Update default branch name to "main"
1 parent 10f4b64 commit 0451550

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: VS Code Extension CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img
33
width="100"
4-
src="https://raw.githubusercontent.com/lumaxis/snippet-copy/master/images/icon.png"
4+
src="https://raw.githubusercontent.com/lumaxis/snippet-copy/main/images/icon.png"
55
alt="Snippet Copy"
66
/>
77
<h1 align="center">Snippet Copy</h1>

0 commit comments

Comments
 (0)