Skip to content

Commit

Permalink
Switch to main branch (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgautier authored Jun 16, 2022
1 parent c6aa09b commit 184d371
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bamboo_smtp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Bamboo SMTP

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

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before submitting a Pull Request, please ensure the following:
1. Your code is covered by tests
2. Make sure all tests are passing
3. Only have one commit with a relevant message (you can rebase and squash all your commits into a single one)
4. Check that you're up to date by rebasing your branch with our `develop` branch
4. Check that you're up to date by rebasing your branch with our `main` branch

## Setup

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Module Version](https://img.shields.io/hexpm/v/bamboo_smtp.svg)](https://hex.pm/packages/bamboo_smtp)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/bamboo_smtp/)
[![Total Download](https://img.shields.io/hexpm/dt/bamboo_smtp.svg)](https://hex.pm/packages/bamboo_smtp)
[![License](https://img.shields.io/hexpm/l/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/blob/master/LICENSE)
[![Last Updated](https://img.shields.io/github/last-commit/fewlinesco/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/commits/master)
[![License](https://img.shields.io/hexpm/l/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/blob/main/LICENSE)
[![Last Updated](https://img.shields.io/github/last-commit/fewlinesco/bamboo_smtp.svg)](https://github.com/fewlinesco/bamboo_smtp/commits/main)

An adapter for the [Bamboo](https://github.com/thoughtbot/bamboo) email app.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule BambooSmtp.Mixfile do
maintainers: ["Kevin Disneur", "Thomas Gautier"],
licenses: ["MIT"],
links: %{
"Changelog" => "#{@project_url}/blob/master/CHANGELOG.md",
"Changelog" => "#{@project_url}/blob/main/CHANGELOG.md",
"GitHub" => @project_url
}
]
Expand Down

0 comments on commit 184d371

Please sign in to comment.