diff options
author | Joe Orton <jorton@apache.org> | 2023-03-02 10:56:50 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2023-03-02 10:56:50 +0100 |
commit | 4e72887d7e9c7c35a9dd51b9e380b03a99809e7b (patch) | |
tree | 01fd5f82b4a1f888513580e559c840f041c628bb /.github | |
parent | fr doc rebuild. (diff) | |
download | apache2-4e72887d7e9c7c35a9dd51b9e380b03a99809e7b.tar.xz apache2-4e72887d7e9c7c35a9dd51b9e380b03a99809e7b.zip |
Also run CI for PRs against 2.4.x. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7d0e34a3cd..b4e52486d5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -9,7 +9,7 @@ on: - CHANGES - changes-entries/* pull_request: - branches: [ "trunk" ] + branches: [ "trunk", "2.4.x" ] paths-ignore: - 'docs/**' - STATUS |