From aff08062041a958191ff261d4f5e9ef7977bd590 Mon Sep 17 00:00:00 2001 From: Manu Gupta Date: Sun, 12 Mar 2023 23:12:07 -0700 Subject: [PATCH] fix workflow not running (#1852) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b24f9cbe..f3b7e906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: continuous-integration on: - pull_request - - push: - branches: [main] jobs: lint: