diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0831922..f3ae8be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,12 @@ -name: Common Test +name: EUnit on: pull_request: branches: - - 'main' + - 'master' push: branches: - - 'main' + - 'master' jobs: build: diff --git a/README.md b/README.md index 4367eaf..2230425 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Erlware Commons Current Status -------------- -[![Build Status](https://secure.travis-ci.org/erlware/erlware_commons.png)](http://travis-ci.org/erlware/erlware_commons) + +![Tests](https://github.com/erlware/erlware_commons/workflows/EUnit/badge.svg) Introduction ------------