summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-03 23:07:50 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-03 23:07:50 +1100
commit9655217231c9056200bea7ae2dffcc9c0c3eb265 (patch)
tree0e0f2e69f488a7ba757f1a20c7e5db6bae889aba /.github
parent3500f0405a3ab16b59a26f3508c4257a3fc3bce6 (diff)
downloadopenssh-git-9655217231c9056200bea7ae2dffcc9c0c3eb265.tar.gz
Rerun tests on changes to Makefile.in in any dir.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml4
-rw-r--r--.github/workflows/selfhosted.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 8df4708b..1a726fb0 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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:
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index ca87d877..2c03d148 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -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: