From b5d8a569b8cb1fee5e359cb493a12591a457a080 Mon Sep 17 00:00:00 2001 From: John Messenger Date: Tue, 10 Sep 2024 23:01:36 +0100 Subject: [PATCH] Test rails-7 builds with test-ci.yml --- .github/workflows/test-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 34f8563..4e2b8a1 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -3,12 +3,12 @@ name: Build test images with selective audit on: push: branches: - - 'bu1' + - 'rails-7' tags: - '[t]*' pull_request: branches: - - 'bu1' + - 'rails-7' jobs: audit: