]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Rerun tests if any .github config file changes.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 11 Aug 2022 04:23:58 +0000 (14:23 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 11 Aug 2022 04:23:58 +0000 (14:23 +1000)
.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml
.github/workflows/upstream.yml

index 0ff56f03c3570494fee0fb2d2f5e603deb62cc1b..e5e07c2eb23a7435b7144035669c516292047b7d 100644 (file)
@@ -3,10 +3,10 @@ name: C/C++ CI
 on:
   push:
     branches: [ master, ci, V_9_0 ]
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
   pull_request:
     branches: [ master ]
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
 
 jobs:
   ci:
index 7ce318b17a17163bbea28683473f559ac5f8206e..c4bd1d9b24f76cfd39c4e4cf8316d0aa10ee5a95 100644 (file)
@@ -3,7 +3,7 @@ name: C/C++ CI self-hosted
 on:
   push:
     branches: [ master, ci, V_9_0 ]
-    paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ]
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
 
 jobs:
   selfhosted:
index 2696838c2b35895caa658a4c07442c043feb16db..3cec069ede7402fff9a1c93327d574cb2173f6d0 100644 (file)
@@ -3,7 +3,7 @@ name: Upstream self-hosted
 on:
   push:
     branches: [ master, ci ]
-    paths: [ '**.c', '**.h', '**.yml' ]
+    paths: [ '**.c', '**.h', '.github/**' ]
 
 jobs:
   selfhosted: