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: