From 7dfba720eaf6fa9bd0b23ae269334559aa722847 Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Sun, 15 Dec 2024 21:16:44 -0500 Subject: [PATCH] restore ignore ghc-9.12* --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47401fe8..b1b46d92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches-ignore: - 'ghc-next*' + - 'ghc-9.12*' pull_request: branches-ignore: - 'ghc-next*'