From aec95b140180819598ebde2bdca585c1bb9e4116 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:42:06 +0100 Subject: [PATCH] chore(ci): fix erroneously skipped jobs --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d42fd3..90c3ba3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,11 @@ on: branches: ["main"] pull_request: branches: ["main"] + types: + - opened + - ready_for_review + - reopened + - synchronize jobs: lint-and-types: