From cb0923a5efc12cc86e6612d3d7456f62eff05908 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 21 Feb 2026 08:02:57 +0000 Subject: [PATCH] deploy --- .github/workflows/stripe-to-invoice.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stripe-to-invoice.yml b/.github/workflows/stripe-to-invoice.yml index 81aa5a9..0880687 100644 --- a/.github/workflows/stripe-to-invoice.yml +++ b/.github/workflows/stripe-to-invoice.yml @@ -3,9 +3,7 @@ name: Build & Deploy stripe-to-invoice (with DB secrets + migrations) on: push: branches: - - main - - feature/** - - release/** + - "**" tags: - "*" workflow_dispatch: