From 653873245897e0aa281fc055bcc2cdd2280b6798 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 31 Dec 2025 19:04:48 -0500 Subject: [PATCH] ci: update test workflow to only run on dev branch pushes --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac1a24fd51..c39710bee8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,9 @@ name: test on: push: - branches-ignore: - - production + branches: + - dev pull_request: - branches-ignore: - - production workflow_dispatch: jobs: test: