Skip to content

Commit

Permalink
added workflow for the master branch push and adjusted the badges (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSav authored Sep 25, 2021
1 parent 639ec3b commit 1c9d2d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: all tests

on:
push:
branches: master

jobs:
# Run tests
test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive

- name: Run all tests
run: make
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Thank you very much.

### Build

[![Build Status](https://travis-ci.com/mailserver2/mailserver.svg?branch=master)](https://travis-ci.com/mailserver2/mailserver)
[![Build Status](https://github.com/mailserver2/mailserver/actions/workflows/master.yml/badge.svg)](https://github.com/mailserver2/mailserver/actions/workflows/master.yml)

### Docker image

[![](https://images.microbadger.com/badges/image/mailserver2/mailserver:latest.svg)](https://microbadger.com/images/mailserver2/mailserver:latest) [![](https://img.shields.io/docker/automated/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/builds/) [![](https://img.shields.io/docker/pulls/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) [![](https://img.shields.io/docker/stars/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) [![](https://img.shields.io/badge/bitcoin-donate-green.svg)](https://keybase.io/hardware)
[![](https://images.microbadger.com/badges/image/mailserver2/mailserver:latest.svg)](https://microbadger.com/images/mailserver2/mailserver:latest) [![](https://img.shields.io/docker/automated/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/builds/) [![](https://img.shields.io/docker/pulls/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/) [![](https://img.shields.io/docker/stars/mailserver2/mailserver.svg)](https://hub.docker.com/r/mailserver2/mailserver/)

**mailserver2/mailserver** is a simple and full-featured mail server build as a set of multiple docker images, including:

Expand Down

0 comments on commit 1c9d2d6

Please sign in to comment.