diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6a80a1c4..989ff254 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,6 +7,9 @@ on: - unstable schedule: - cron: '0 23 * * 1' + push: + branches: + - stable defaults: run: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f6c7bbb6..a4ce4f8a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,6 +7,9 @@ on: - unstable schedule: - cron: '0 23 * * 1' + push: + branches: + - stable defaults: run: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b364372e..bb0d959d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,6 +7,9 @@ on: - unstable schedule: - cron: '0 23 * * 1' + push: + branches: + - stable defaults: run: diff --git a/README.md b/README.md index 2c252b6e..e40e5707 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ |

-[![Linux Build Status](https://github.com/RUrlus/carma/actions/workflows/linux.yml/badge.svg)](https://github.com/RUrlus/carma/actions/workflows/linux.yml) -[![MacOS Build Status](https://github.com/RUrlus/carma/actions/workflows/macos.yml/badge.svg)](https://github.com/RUrlus/carma/actions/workflows/macos.yml) -[![Windows Build Status](https://github.com/RUrlus/carma/actions/workflows/windows.yml/badge.svg)](https://github.com/RUrlus/carma/actions/workflows/windows.yml) +[![Linux Build Status](https://github.com/RUrlus/carma/actions/workflows/linux.yml/badge.svg?branch=stable)](https://github.com/RUrlus/carma/actions/workflows/linux.yml) +[![MacOS Build Status](https://github.com/RUrlus/carma/actions/workflows/macos.yml/badge.svg?branch=stable)](https://github.com/RUrlus/carma/actions/workflows/macos.yml) +[![Windows Build Status](https://github.com/RUrlus/carma/actions/workflows/windows.yml/badge.svg?branch=stable)](https://github.com/RUrlus/carma/actions/workflows/windows.yml) [![Coverage Status](https://coveralls.io/repos/github/RUrlus/carma/badge.svg?branch=master)](https://coveralls.io/github/RUrlus/carma?branch=master) [![Documentation Status](https://readthedocs.org/projects/carma/badge/?version=latest)](https://carma.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/github/license/RUrlus/carma)](https://github.com/RUrlus/carma/blob/stable/LICENSE)