From 9d0e859cb18b7669f452bc955c6d1c4897873f93 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Mon, 19 Aug 2024 18:43:22 +0800 Subject: [PATCH] fix: revert "update CI so it runs on release as well" (#44) Reverts supabase/ssr#33 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab33cbc..d6cab9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,6 @@ name: CI on: pull_request: - push: - branches: - - main - tags: ["*"] jobs: lint: