From: Daan De Meyer Date: Mon, 13 Jan 2025 14:44:54 +0000 (+0100) Subject: ci: Don't run on push to main X-Git-Tag: v25~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf3b4ae87dc71aa91c9f13b1a1f539a63c3b62d;p=thirdparty%2Fmkosi.git ci: Don't run on push to main We're not exactly swimming in capacity, and this hasn't ever caught anything, so let's stop running CI on pushes to main. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b3e5477..5233559b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: CI on: - push: - branches: - - main pull_request: branches: - main