From 9da4e5644f15a4abd36124049171a0a4e93428de Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:40:05 +0100 Subject: [PATCH] TMP: troubleshoot 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: