From 51d5a43e2300f46560dc22c67c61f95a6b8d1b3b Mon Sep 17 00:00:00 2001 From: Stojan Dimitrovski Date: Mon, 19 Aug 2024 12:52:37 +0200 Subject: [PATCH] fix: re-apply update CI so it runs on release as well (#49) Reverts supabase/ssr#44, i.e. re-applies #33. --- .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: