]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Rerun upstream tests on .sh file changes too.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 20 Jun 2024 08:45:14 +0000 (18:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 20 Jun 2024 08:45:14 +0000 (18:45 +1000)
.github/workflows/upstream.yml

index 2ebdcf594cd3b7ffd366cf949680cb18b95b14d7..e25adb423917dbbbb4575faf5866145a60837149 100644 (file)
@@ -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: