From 42dc283f97fb5e7b5c5f9946e46c5e2b89373553 Mon Sep 17 00:00:00 2001 From: boterop Date: Wed, 15 Jan 2025 17:21:11 -0500 Subject: [PATCH] Report after merge to any branch --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72e6813..c5c6de8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: CI on: + push: + branches: + - main + - 'v*.[0-99]' pull_request: - types: [closed, review_requested, ready_for_review, synchronize, opened] + types: [opened, synchronize, reopened, ready_for_review] jobs: test: