svn commit: r1920341 - in /apr/apr-util/branches/1.7.x: ./ .github/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 1 14:25:14 2024
New Revision: 1920341
URL: http://svn.apache.org/viewvc?rev=1920341&view=rev
Log:
Merge r1920338 from apr-util/trunk:
.github/windows.yml: Build only for 1.7.x branch.
Modified:
apr/apr-util/branches/1.7.x/ (props changed)
apr/apr-util/branches/1.7.x/.github/windows.yml
Propchange: apr/apr-util/branches/1.7.x/
------------------------------------------------------------------------------
Merged /apr/apr-util/trunk:r1920338
Merged /apr/apr/trunk:r1774715
Modified: apr/apr-util/branches/1.7.x/.github/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/.github/windows.yml?rev=1920341&r1=1920340&r2=1920341&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/windows.yml (original)
+++ apr/apr-util/branches/1.7.x/.github/windows.yml Sun Sep 1 14:25:14 2024
@@ -2,10 +2,10 @@ name: Windows
on:
push:
- branches: [ "*" ]
+ branches: [ "1.7.x" ]
tags: [ "*" ]
pull_request:
- branches: [ "trunk" ]
+ branches: [ "1.7.x" ]
jobs:
build: