Skip to content

Commit 7e94476

Browse files
committed
Updated default branch to main
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
1 parent b486b63 commit 7e94476

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
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
build:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ code. Thus, in order to report issues you can do it on its [issue
2525
tracker](https://github.com/mssola/useragent/issues). A couple of notes on
2626
reports:
2727

28-
- Check that the issue has not already been reported or fixed in `master`.
28+
- Check that the issue has not already been reported or fixed in `main`.
2929
- Try to be concise and precise in your description of the problem.
3030
- Provide a step by step guide on how to reproduce this problem.
3131
- Provide the version you are using (the commit SHA, if possible).

0 commit comments

Comments
 (0)