From 180cd6af62b145f7fa037a29fb2cc9805b9db4c7 Mon Sep 17 00:00:00 2001 From: dspeck1 Date: Tue, 18 Feb 2025 08:44:56 -0600 Subject: [PATCH] DO NOT MERGE. Allow builds from ticket branch. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac64ba7..d68b17b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ name: CI # optimization so there's no need to ensure this is comprehensive. - "dependabot/**" - "renovate/**" - - "tickets/**" + #- "tickets/**" - "u/**" tags: - "*"