Skip to content

Commit 7eaa3ac

Browse files
committed
master -> main
1 parent 4d43a2e commit 7eaa3ac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- "v*"
88
pull_request: {}
99
schedule:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Thanks for contributing!
1717

1818
- `yarn test` – Runs the test suite
1919

20-
This is an [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) plugin. Documentation for the APIs that it uses can be found [in that repo](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/plugins.md).
20+
This is an [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) plugin. Documentation for the APIs that it uses can be found [in that repo](https://github.com/ember-template-lint/ember-template-lint/blob/main/docs/plugins.md).
2121

2222
Don't forget that you have the `yarn test --inspect-brk` command to debug!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ This plugin has been inspired by [the prettier plugin](https://github.com/pretti
5858

5959
## Contributing
6060

61-
See [CONTRIBUTING.md](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/blob/master/CONTRIBUTING.md)
61+
See [CONTRIBUTING.md](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)