summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-06-21 14:55:12 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-06-21 14:55:12 +0000
commit8c8207964d45bf27cda852aa3e97f2555f0bde0b (patch)
tree93c26ad0fe60a96cb723c4245abd08dbec920233
parent7528411c3d212914baade19b2117fd4fff3945e2 (diff)
downloadlibapr-8c8207964d45bf27cda852aa3e97f2555f0bde0b.tar.gz
* .github/workflows/linux.yml: Enable Linux CI workflow for 1.8.x branch.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902143 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 283840695..9b23af9b2 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -2,9 +2,9 @@ name: Linux
on:
push:
- branches: [ "trunk" ]
+ branches: [ "trunk", "1.8.x" ]
pull_request:
- branches: [ "trunk" ]
+ branches: [ "trunk", "1.8.x" ]
env:
MARGS: "-j2"