]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Test commits to all branches of portable.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 4 Oct 2022 12:20:23 +0000 (23:20 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 4 Oct 2022 12:22:22 +0000 (23:22 +1100)
Only test OpenBSD upstream on commits to master since that's what it
tracks.

.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml
.github/workflows/upstream.yml

index 3cd1188fc572e2f0c8626c6e65cf79b6c7d73e0e..3aaf729cb2b48609f852b5e5b4804efd86915abf 100644 (file)
@@ -2,10 +2,8 @@ name: C/C++ CI
 
 on:
   push:
-    branches: [ master, ci, V_9_0 ]
     paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
   pull_request:
-    branches: [ master ]
     paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
 
 jobs:
index c4bd1d9b24f76cfd39c4e4cf8316d0aa10ee5a95..61b0b1e4439d13b160930bb84a578c9c12a30f17 100644 (file)
@@ -2,7 +2,6 @@ name: C/C++ CI self-hosted
 
 on:
   push:
-    branches: [ master, ci, V_9_0 ]
     paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
 
 jobs:
index 3cec069ede7402fff9a1c93327d574cb2173f6d0..8a28468d0074704a47f87912a8ec0a1342198b5d 100644 (file)
@@ -2,7 +2,7 @@ name: Upstream self-hosted
 
 on:
   push:
-    branches: [ master, ci ]
+    branches: [ master ]
     paths: [ '**.c', '**.h', '.github/**' ]
 
 jobs: