From 4c2e2ff55fcfeecf12da1e5961cb503d0ecd4d44 Mon Sep 17 00:00:00 2001 From: Ykrej Date: Wed, 18 Jun 2025 00:30:40 -0700 Subject: [PATCH] remove main from pull request checks --- .github/workflows/pull_request.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index fcdf4b1..ec24556 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -2,9 +2,6 @@ name: Pull Request Checks on: pull_request: - push: - branches: - - main jobs: format: