From f6a32fbce4e8c49135b8502114b5f1ade714b166 Mon Sep 17 00:00:00 2001 From: dspeck1 Date: Tue, 20 Aug 2024 14:38:56 -0500 Subject: [PATCH] DO NOT MERGE. Removes branches ignore for ticket branch to allow for build. --- .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 b5f623f..fc07b2c 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: - "*"