Skip to content

Commit 1c9d2d6

Browse files
authored
added workflow for the master branch push and adjusted the badges (#41)
1 parent 639ec3b commit 1c9d2d6

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: all tests
2+
3+
on:
4+
push:
5+
branches: master
6+
7+
jobs:
8+
# Run tests
9+
test:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository and submodules
14+
uses: actions/checkout@v2
15+
with:
16+
submodules: recursive
17+
18+
- name: Run all tests
19+
run: make

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Thank you very much.
1313

1414
### Build
1515

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

1818
### Docker image
1919

20-
[![](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)
20+
[![](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/)
2121

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

0 commit comments

Comments
 (0)