From c6837b0d7edd5c9c080fdd33b38f385c84d16eb9 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:14:10 +0100 Subject: [PATCH] fixup!: prevent CI running on draft PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db68dc1..a0ee1d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: ["main"] pull_request: branches: ["main"] + if: github.event.pull_request.draft == false jobs: lint-and-types: