Skip to content

Commit dcba97c

Browse files
committed
Meta: Rename master to main
1 parent 839c10e commit dcba97c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: npm run demo:build
1414
- run: npm run demo:test
1515
- uses: peaceiris/actions-gh-pages@v3
16-
if: github.ref == 'refs/heads/master'
16+
if: github.ref == 'refs/heads/main'
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
publish_dir: ./demo/dist

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Battle-tested by and extracted from the [Refined GitHub](https://github.com/sindresorhus/refined-github) extension.
66

77
- Try the live [demo](https://fregante.github.io/github-url-detection/)
8-
- See the code and expected URLs for [every detection](https://github.com/fregante/github-url-detection/blob/master/index.ts)
8+
- See the code and expected URLs for [every detection](https://github.com/fregante/github-url-detection/blob/main/index.ts)
99

1010
## Install
1111

0 commit comments

Comments
 (0)