From f43c63699b7b3354653b4f4d850c3f440ea06f5b Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Mon, 19 Jan 2026 19:05:12 +0800 Subject: [PATCH] docs: trigger sponsors update on new sponsorship events --- .github/workflows/sponsors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index ddd87c13..c9d08908 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -5,6 +5,8 @@ on: # Run daily at 00:00 UTC - cron: '0 0 * * *' workflow_dispatch: # Allow manual trigger + sponsorship: + types: [created, cancelled, edited, tier_changed, pending_cancellation, pending_tier_change] jobs: sponsors: