From 94943fb1746060321300fda6733e63de3692b069 Mon Sep 17 00:00:00 2001 From: clementjumel Date: Wed, 20 Dec 2023 14:01:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Make=20pre-commit=20run=20on=20a?= =?UTF-8?q?ll=20push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da4d232..694d169 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,18 +2,7 @@ name: Test -on: - push: - branches: - - main - pull_request: - branches: - - main - types: - - opened - - reopened - - ready_for_review - - synchronize +on: [push] jobs: pre-commit: