Skip to content

Commit efe3d51

Browse files
committed
switch to main as default branch
Signed-off-by: Marques Johansson <[email protected]>
1 parent e0a67cb commit efe3d51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- v*
66
branches:
7-
- master
7+
- main
88
pull_request:
99
jobs:
1010
golangci:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- bugs: [https://github.com/equinix/docker-machine-driver-metal/issues](https://github.com/equinix/docker-machine-driver-metal/issues)
66

77
### Code of Conduct
8-
Available via [https://github.com/equinix/docker-machine-driver-metal/blob/master/.github/CODE_OF_CONDUCT.md](https://github.com/equinix/docker-machine-driver-metal/blob/master/.github/CODE_OF_CONDUCT.md)
8+
Available via [https://github.com/equinix/docker-machine-driver-metal/blob/main/.github/CODE_OF_CONDUCT.md](https://github.com/equinix/docker-machine-driver-metal/blob/main/.github/CODE_OF_CONDUCT.md)
99

1010
### How to Submit Change Requests
1111
Please submit change requests and / or features via [Issues](https://github.com/equinix/docker-machine-driver-metal/issues). There's no guarantee it'll be changed, but you never know until you try. We'll try to add comments as soon as possible, though.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The [Equinix Metal](https://metal.equinix.com) cloud bare-metal machine driver for Docker.
1010

11-
This repository is [Maintained](https://github.com/packethost/standards/blob/master/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments.
11+
This repository is [Maintained](https://github.com/packethost/standards/blob/main/maintained-statement.md) meaning that this software is supported by Equinix Metal and its community - available to use in production environments.
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)