From: Darren Tucker Date: Fri, 29 Apr 2022 08:27:34 +0000 (+1000) Subject: Only run tests when source files change. X-Git-Tag: V_9_1_P1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a6a8b8c1f2da09712d0e72d0ef800e4edd34cd;p=thirdparty%2Fopenssh-portable.git Only run tests when source files change. Also run tests on changes to V_9_0 branch. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 02985a10c..68db999d8 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,9 +2,11 @@ name: C/C++ CI on: push: - branches: [ master, ci ] + branches: [ master, ci, V_9_0 ] + paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ] pull_request: branches: [ master ] + paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ] jobs: ci: diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 1309baeca..2ddf27599 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -2,7 +2,8 @@ name: C/C++ CI self-hosted on: push: - branches: [ master, ci ] + branches: [ master, ci, V_9_0 ] + paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ] jobs: selfhosted: diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index b91083c65..ba0ef8272 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -3,6 +3,7 @@ name: Upstream self-hosted on: push: branches: [ master, ci ] + paths: [ '**.c', '**.h' ] jobs: selfhosted: