From cd21c4012115419093f68b0f65f09f2721ffeeb9 Mon Sep 17 00:00:00 2001 From: Ivan Kovmir Date: Thu, 14 Mar 2024 20:49:27 +0100 Subject: [PATCH] Disable CI on pushes --- .github/workflows/regress.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 530ce0c..30ef0aa 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -1,9 +1,6 @@ name: Build on: - push: - branches: - - master pull_request: branches: - master