From 3af4413e840c9842f51fd09e4705d92107af951b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 16 Oct 2025 13:19:57 -0500 Subject: [PATCH] Update test_decoders.yaml to remove path filter Removed path filter for the push event in the test_decoders workflow. --- .github/workflows/test_decoders.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_decoders.yaml b/.github/workflows/test_decoders.yaml index cf28e19..35c8c60 100644 --- a/.github/workflows/test_decoders.yaml +++ b/.github/workflows/test_decoders.yaml @@ -7,8 +7,6 @@ on: push: branches: - 'main' - paths: - - 'internal/decoders/**' jobs: test_decoders: