From 983af59029cf084ff49234716e151f56e49b0c2f Mon Sep 17 00:00:00 2001 From: thecraftianman <64441307+thecraftianman@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:43:18 -0400 Subject: [PATCH] Add test runner to dev --- .github/workflows/gluatest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gluatest.yml b/.github/workflows/gluatest.yml index 02d35f518..bc3fb667e 100644 --- a/.github/workflows/gluatest.yml +++ b/.github/workflows/gluatest.yml @@ -6,6 +6,7 @@ on: push: branches: - "master" + - "dev" jobs: run-gluatest: