From: Darren Tucker Date: Tue, 4 Aug 2026 12:20:47 +0000 (+1000) Subject: Rerun VM tests on regress Makefile change too X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fopenssh-portable.git Rerun VM tests on regress Makefile change too --- 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: