From cd98d5a9c112c781dc5ddda008e2ef917b98364a Mon Sep 17 00:00:00 2001 From: Kinshuk Bairagi Date: Tue, 22 Mar 2022 15:20:12 +0530 Subject: [PATCH] Update Readme & github trigger --- .github/workflows/main.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21326d6..720baee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,11 @@ name: Tinyphone Build on: - release: push: branches: - master + tags: + - v* pull_request: branches: - master diff --git a/README.md b/README.md index b263f31..5143a09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Tinyphone Minimalist Softphone based on PJSIP with API Control -[![AppVeyor](https://img.shields.io/appveyor/ci/kingster/tinyphone)](https://ci.appveyor.com/project/kingster/tinyphone/) +[![Tinyphone Build](https://github.com/voiceip/tinyphone/actions/workflows/main.yml/badge.svg)](https://github.com/voiceip/tinyphone/actions/workflows/main.yml) ## Getting Started