diff options
author | Ivan Zhakov <ivan@apache.org> | 2024-08-04 13:13:17 +0200 |
---|---|---|
committer | Ivan Zhakov <ivan@apache.org> | 2024-08-04 13:13:17 +0200 |
commit | 3407110548df4e55dcacf049d808e062ddae19b4 (patch) | |
tree | 64cdb76b9e786818ab89e93e34fec4fffb33b50c /.github | |
parent | The new <since> should be declared in common.dtd. (diff) | |
download | apache2-3407110548df4e55dcacf049d808e062ddae19b4.tar.xz apache2-3407110548df4e55dcacf049d808e062ddae19b4.zip |
CI: Enable Windows job for 2.4.x branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919665 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9aa6f962a7..ac9cb119a8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,14 +2,14 @@ name: Windows on: push: - branches: [ "trunk" ] + branches: [ "*" ] paths-ignore: - 'docs/**' - STATUS - CHANGES - changes-entries/* pull_request: - branches: [ "trunk" ] + branches: [ "trunk", "2.4.x" ] paths-ignore: - 'docs/**' - STATUS |