]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Rerun tests on changes to Makefile.in in any dir.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 3 Nov 2022 12:07:50 +0000 (23:07 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 3 Nov 2022 12:07:50 +0000 (23:07 +1100)
.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml

index 8df4708b537ed4d1d7ed9c7c48c23f08a879a77e..1a726fb055178fbb364308fac4ef82b2b1c52d4a 100644 (file)
@@ -2,9 +2,9 @@ name: C/C++ CI
 
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
   pull_request:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
 
 jobs:
   ci:
index ca87d8770134d9db0bba20824187dcf391f5abaa..2c03d148d5044e328c4e871642717ff3c03c87e4 100644 (file)
@@ -2,7 +2,7 @@ name: C/C++ CI self-hosted
 
 on:
   push:
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
 
 jobs:
   selfhosted: