From 9e15fd7fd6590178dc5811c094c4bd2ffced6f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Wed, 13 Nov 2024 17:09:21 +0000 Subject: [PATCH] github: only run the test phase on PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release is done on pushes. Signed-off-by: Alex Bennée --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 180fd17..2450fd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,6 @@ name: CI on: - push: pull_request: jobs: