From b3a58fc979aee0bc9e7e7457a3f1595f2fdec9eb Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Fri, 18 Oct 2024 14:46:55 +0200 Subject: [PATCH] chore(gha): avoid duplicate runs on PRs --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b20e74f..03370873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,4 @@ -on: - push: - pull_request: +on: push name: CI Checks