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 10f4b64 commit 0451550Copy full SHA for 0451550
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ name: VS Code Extension CI
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ main ]
9
pull_request:
10
11
12
jobs:
13
build:
README.md
@@ -1,7 +1,7 @@
1
<p align="center">
2
<img
3
width="100"
4
- src="https://raw.githubusercontent.com/lumaxis/snippet-copy/master/images/icon.png"
+ src="https://raw.githubusercontent.com/lumaxis/snippet-copy/main/images/icon.png"
alt="Snippet Copy"
/>
<h1 align="center">Snippet Copy</h1>
0 commit comments