Skip to content

Commit

Permalink
Switched from master to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Sep 22, 2020
1 parent ed7b514 commit daf7da1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@

## Pull requests only

**DON'T** push to the master branch directly. Always use feature branches and let people discuss changes in pull requests.
**DON'T** push to the main branch directly. Always use feature branches and let people discuss changes in pull requests.
Pull requests should only be merged after all discussions have been concluded and at least 1 reviewer has given their
**approval**.

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -3,10 +3,10 @@ name: build
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
schedule:
- cron: "0 6 * * *"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,12 +4,12 @@

[![Stability: Sustained](https://masterminds.github.io/stability/sustained.svg)](https://masterminds.github.io/stability/sustained.html)
![Build Status](https://github.com/zalando/problem/workflows/build/badge.svg)
[![Coverage Status](https://img.shields.io/coveralls/zalando/problem/master.svg)](https://coveralls.io/r/zalando/problem)
[![Code Quality](https://img.shields.io/codacy/grade/fff557c57a9345d1afba5cc234cfbbd7/master.svg)](https://www.codacy.com/app/whiskeysierra/problem)
[![Coverage Status](https://img.shields.io/coveralls/zalando/problem/main.svg)](https://coveralls.io/r/zalando/problem)
[![Code Quality](https://img.shields.io/codacy/grade/fff557c57a9345d1afba5cc234cfbbd7/main.svg)](https://www.codacy.com/app/whiskeysierra/problem)
[![Javadoc](http://javadoc.io/badge/org.zalando/problem.svg)](http://www.javadoc.io/doc/org.zalando/problem)
[![Release](https://img.shields.io/github/release/zalando/problem.svg)](https://github.com/zalando/problem/releases)
[![Maven Central](https://img.shields.io/maven-central/v/org.zalando/problem.svg)](https://maven-badges.herokuapp.com/maven-central/org.zalando/problem)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/zalando/problem/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/zalando/problem/main/LICENSE)

> **Problem** noun, /ˈpɹɒbləm/: A difficulty that has to be resolved or dealt with.
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -20,5 +20,5 @@ git commit -am "Development ${next}-SNAPSHOT"
git push
git push --tags

git checkout master
git checkout main
git branch -D release/${release}

0 comments on commit daf7da1

Please sign in to comment.