From 6e9023bb6cb67cb069bd1711f2f8e5b413a78b1b Mon Sep 17 00:00:00 2001 From: emirot Date: Tue, 5 May 2026 20:24:24 -0700 Subject: [PATCH] fix badge Signed-off-by: emirot --- .github/workflows/continuous-integration.yml | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 31a0ffe3..02f1b160 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,5 +1,9 @@ name: Continuous Integration -on: [pull_request] +on: + push: + branches: + - main + pull_request: jobs: build: name: Build & test diff --git a/README.md b/README.md index b05bd073..2e9245e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Velero Example Plugins -![Build Status][1] +![Continuous Integration](https://github.com/vmware-tanzu/velero-plugin-example/actions/workflows/continuous-integration.yml/badge.svg) This repository contains example plugins for Velero.