From 5adaaa7781d86dde2f099b3944f08d57aa65107f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 4 Aug 2026 22:20:47 +1000 Subject: [PATCH] Rerun VM tests on regress Makefile change too --- .github/workflows/vm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index 023528571..8906557cd 100644 --- a/.github/workflows/vm.yml +++ b/.github/workflows/vm.yml @@ -7,9 +7,9 @@ name: CI VM on: push: - paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/vm.yml' ] + paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', 'regress/Makefile', '.github/configs', '.github/workflows/vm.yml' ] pull_request: - paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', '.github/configs', '.github/workflows/vm.yml' ] + paths: [ '**.c', '**.h', '**.m4', '**.sh', '**/Makefile.in', 'configure.ac', 'regress/Makefile', '.github/configs', '.github/workflows/vm.yml' ] jobs: dragonflybsd: -- 2.47.3