From 4517996a4eea6d41b8ad07c769c78a10b9ee63aa Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Thu, 4 Jul 2024 22:35:04 +0200 Subject: [PATCH] feat: update CI so it runs on release as well (#33) ## What kind of change does this PR introduce? so that we can unblock v0.4.1. Referencing the Auth workflow: https://github.com/supabase/auth/blob/master/.github/workflows/test.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6cab9f..ab33cbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ name: CI on: pull_request: + push: + branches: + - main + tags: ["*"] jobs: lint: