From d16066bb70eacbe43069451650596c1624497efc Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Tue, 25 Apr 2023 10:15:12 +0200 Subject: [PATCH] CI update follow-ups (#523) --- .github/workflows/ci.yaml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1454f373..3f6d1ea4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,8 @@ name: ci on: + push: + branches: [main] + tags: ['v*'] pull_request: branches: [main] workflow_dispatch: diff --git a/README.md b/README.md index 5c4ccb4e..2cbfda78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -protobuf-ts [![](https://circleci.com/gh/timostamm/protobuf-ts.svg?style=svg)](https://app.circleci.com/pipelines/github/timostamm/protobuf-ts) [![npm](https://img.shields.io/npm/v/@protobuf-ts/plugin?x)](https://www.npmjs.com/package/@protobuf-ts/plugin) +protobuf-ts [![npm](https://img.shields.io/npm/v/@protobuf-ts/plugin?x)](https://www.npmjs.com/package/@protobuf-ts/plugin) ===========