Skip to content

Commit

Permalink
Rename branch from main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 24, 2024
1 parent cf22327 commit cee4f20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"git.branchProtection": ["main"],
"git.branchProtection": ["master"],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Well, this dilema is very common to me, and that's why I created this shim.

Although this shim can be used in many cases, some of the most common ones are:

- [devcontainers](https://containers.dev/) with [docker-outside-of-docker](https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker#readme)
- [devcontainers](https://containers.dev/) with [docker-outside-of-docker](https://github.com/devcontainers/features/tree/master/src/docker-outside-of-docker#readme)
- StackOverflow: [Docker in Docker cannot mount volume](https://stackoverflow.com/questions/31381322)

## Highlights
Expand Down

0 comments on commit cee4f20

Please sign in to comment.