summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-21 14:55:12 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-21 14:55:12 +0000
commit6f033b7214cda93457417535a37d3602786b79c9 (patch)
tree93c26ad0fe60a96cb723c4245abd08dbec920233 /.github
parenta395d2c66b7203e26065b31b9422f73da1b61317 (diff)
downloadapr-6f033b7214cda93457417535a37d3602786b79c9.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
Diffstat (limited to '.github')
-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"