From: Darren Tucker Date: Thu, 20 Jun 2024 08:45:14 +0000 (+1000) Subject: Rerun upstream tests on .sh file changes too. X-Git-Tag: V_9_8_P1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603193e32aef5db7d60c58066d5de89806e79312;p=thirdparty%2Fopenssh-portable.git Rerun upstream tests on .sh file changes too. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 2ebdcf594..e25adb423 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -3,7 +3,7 @@ name: Upstream self-hosted on: push: branches: [ master ] - paths: [ '**.c', '**.h', '.github/configs', '.github/workflows/upstream.yml' ] + paths: [ '**.c', '**.h', '**.sh', '.github/configs', '.github/workflows/upstream.yml' ] jobs: selfhosted: