Skip to content

Commit

Permalink
CI: Enable Windows job for 2.4.x branch.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919665 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Aug 4, 2024
1 parent 99cb8cb commit 3407110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3407110

Please sign in to comment.