From e72347238fa13658c45eb4fcbb47167636141a05 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:42:33 +0000 Subject: [PATCH] chore(ci): fix erroneously skipped jobs (#8) --- .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: