Skip to content
Snippets Groups Projects
Commit 5c7c5786 authored by Johannes Wolf's avatar Johannes Wolf
Browse files

rename branch master to main

parent 47c763ee
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ name: EvaP Test Suite ...@@ -3,7 +3,7 @@ name: EvaP Test Suite
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
jobs: jobs:
......
# EvaP - Evaluation Platform # EvaP - Evaluation Platform
[![Build Status](https://github.com/e-valuation/EvaP/workflows/EvaP%20Test%20Suite/badge.svg?branch=master)](https://github.com/e-valuation/EvaP/actions?query=workflow%3A%22EvaP+Test+Suite%22) [![Build Status](https://github.com/e-valuation/EvaP/workflows/EvaP%20Test%20Suite/badge.svg?branch=main)](https://github.com/e-valuation/EvaP/actions?query=workflow%3A%22EvaP+Test+Suite%22)
[![Requirements Status](https://requires.io/github/e-valuation/EvaP/requirements.svg?branch=master)](https://requires.io/github/e-valuation/EvaP/requirements/?branch=master) [![Requirements Status](https://requires.io/github/e-valuation/EvaP/requirements.svg?branch=main)](https://requires.io/github/e-valuation/EvaP/requirements/?branch=main)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2cf538781fdc4680a7103bcf96417a9a)](https://www.codacy.com/gh/e-valuation/EvaP/dashboard) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2cf538781fdc4680a7103bcf96417a9a)](https://www.codacy.com/gh/e-valuation/EvaP/dashboard)
[![codecov](https://codecov.io/gh/e-valuation/EvaP/branch/master/graph/badge.svg)](https://codecov.io/gh/e-valuation/EvaP) [![codecov](https://codecov.io/gh/e-valuation/EvaP/branch/master/graph/badge.svg)](https://codecov.io/gh/e-valuation/EvaP)
...@@ -47,7 +47,7 @@ That's it! ...@@ -47,7 +47,7 @@ That's it!
## Contributing ## Contributing
We'd love to see contributions, feel free to fork! You should probably branch off ``master``, the branch ``release`` is used for stable revisions. We'd love to see contributions, feel free to fork! You should probably branch off ``main``, the branch ``release`` is used for stable revisions.
Before committing, run the following commands: Before committing, run the following commands:
- `./manage.py test` (runs the test suite) - `./manage.py test` (runs the test suite)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment