summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-10-04 23:20:23 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-10-04 23:22:22 +1100
commit7848e8bf27096298424f7cccad18d0ce349c1915 (patch)
treebaa48d7d55ea1953f5eccfbbc6d33f21d46e28cc
parent0ffb46f2ee2ffcc4daf45ee679e484da8fcf338c (diff)
Test commits to all branches of portable.
Only test OpenBSD upstream on commits to master since that's what it tracks.
-rw-r--r--.github/workflows/c-cpp.yml2
-rw-r--r--.github/workflows/selfhosted.yml1
-rw-r--r--.github/workflows/upstream.yml2
3 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 3cd1188f..3aaf729c 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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:
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index c4bd1d9b..61b0b1e4 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -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:
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 3cec069e..8a28468d 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -2,7 +2,7 @@ name: Upstream self-hosted
on:
push:
- branches: [ master, ci ]
+ branches: [ master ]
paths: [ '**.c', '**.h', '.github/**' ]
jobs: