From ca1094b6e99bf083afd06def3dd04a9aecb8897c Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Feb 2022 17:55:11 +0100 Subject: [PATCH 1/3] build on edit as well --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c7632da..57ef3b0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,11 @@ name: Release on: release: - types: [ published ] + types: [ published, edited ] + push: + branches: [ master ] + paths: + - ''.github/workflows/release.yml' jobs: release: From 83859d6740e6c834768e45a880c128be2a2b7072 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Feb 2022 17:56:28 +0100 Subject: [PATCH 2/3] remove gitter, add discussions, update arch linux --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43d968e5..1baf9d66 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ ebusd is a daemon for handling communication with eBUS devices connected to a [![Build](https://github.com/john30/ebusd/actions/workflows/build.yml/badge.svg)](https://github.com/john30/ebusd/actions/workflows/build.yml) [![Coverage](https://github.com/john30/ebusd/actions/workflows/coverage.yml/badge.svg)](https://github.com/john30/ebusd/actions/workflows/coverage.yml) [![codecov](https://codecov.io/gh/john30/ebusd/branch/master/graph/badge.svg)](https://codecov.io/gh/john30/ebusd) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/john30/ebusd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Release Downloads](https://img.shields.io/github/downloads/john30/ebusd/total)](https://github.com/john30/ebusd/releases/latest) [![Docker Downloads](https://img.shields.io/docker/pulls/john30/ebusd)](https://hub.docker.com/repository/docker/john30/ebusd) [![Release](https://img.shields.io/github/v/release/john30/ebusd)](https://github.com/john30/ebusd/releases/latest) - +[![GitHub Discussions](https://img.shields.io/github/discussions/john30/ebusd)](https://github.com/john30/ebusd/discussions) Features -------- @@ -51,7 +50,8 @@ Installation Either pick the [latest release package](https://github.com/john30/ebusd/releases/latest) suitable for your system, use the Debian repository as [described here](https://github.com/john30/ebusd-debian/blob/master/README.md), -use the Archlinux makepkg files or pick the package from the Alpine Linux repository, +use `makepkg` for [Archlinux](https://github.com/john30/ebusd/tree/master/contrib/archlinux) +or pick the [package from the Alpine Linux repository](https://pkgs.alpinelinux.org/package/edge/community/x86/ebusd), build it yourself, or use a docker image (see below). Building ebusd from the source requires the following packages and/or features: From d4982490c989f5a8bb459d61563a661f2d466e2b Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Feb 2022 17:57:27 +0100 Subject: [PATCH 3/3] fix yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57ef3b0d..58520673 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: push: branches: [ master ] paths: - - ''.github/workflows/release.yml' + - '.github/workflows/release.yml' jobs: release: