Skip to content

Commit

Permalink
Merge r1920338 from apr-util/trunk:
Browse files Browse the repository at this point in the history
  .github/windows.yml: Build only for 1.7.x branch.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920341 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 1, 2024
1 parent ebddf82 commit 9b59fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Windows

on:
push:
branches: [ "*" ]
branches: [ "1.7.x" ]
tags: [ "*" ]
pull_request:
branches: [ "trunk" ]
branches: [ "1.7.x" ]

jobs:
build:
Expand Down

0 comments on commit 9b59fd8

Please sign in to comment.