diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index ab5418d21..b08ceceee 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -1,4 +1,4 @@ -name: macOS Build +name: macOS on: [ push, pull_request ] env: CCACHE_COMPRESS: exists means true diff --git a/.github/workflows/build-and-test-ubuntu-debug.yml b/.github/workflows/build-and-test-ubuntu-debug.yml index b74b6e0a5..747eae773 100644 --- a/.github/workflows/build-and-test-ubuntu-debug.yml +++ b/.github/workflows/build-and-test-ubuntu-debug.yml @@ -1,4 +1,4 @@ -name: Ubuntu Debug Build +name: Ubuntu Debug on: [ push, pull_request ] env: CCACHE_COMPRESS: exists means true diff --git a/.github/workflows/build-and-test-ubuntu-release.yml b/.github/workflows/build-and-test-ubuntu-release.yml index 2f3b70baa..7b765997a 100644 --- a/.github/workflows/build-and-test-ubuntu-release.yml +++ b/.github/workflows/build-and-test-ubuntu-release.yml @@ -1,4 +1,4 @@ -name: Ubuntu Release Build +name: Ubuntu Release on: [ push, pull_request ] env: CCACHE_COMPRESS: exists means true diff --git a/README.md b/README.md index 8769aca65..c2ef40d9b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ FC == -[![](https://github.com/bitshares/bitshares-fc/workflows/macOS%20Build/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"macOS+Build"+branch%3Amaster) -[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Debug%20Build/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Debug+Build"+branch%3Amaster) -[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Release%20Build/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Release+Build"+branch%3Amaster) +Build status: [![](https://github.com/bitshares/bitshares-fc/workflows/macOS/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"macOS"+branch%3Amaster) +[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Debug/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Amaster) +[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Release/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Release"+branch%3Amaster) **NOTE:** This fork reverts upstream commit a421e280488385cab26a42153f7ce3c8d5b6281f to avoid changing the BitShares API.