You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2023/01/21 13:57:56 UTC

svn commit: r1906867 - in /apr/apr/branches/1.6.x: ./ .github/workflows/linux.yml .github/workflows/macos.yml .github/workflows/windows.yml

Author: ivan
Date: Sat Jan 21 13:57:55 2023
New Revision: 1906867

URL: http://svn.apache.org/viewvc?rev=1906867&view=rev
Log:
Merge r1906864 from trunk:
  .github/workflows: Enable CI builds for tags.

Modified:
    apr/apr/branches/1.6.x/   (props changed)
    apr/apr/branches/1.6.x/.github/workflows/linux.yml
    apr/apr/branches/1.6.x/.github/workflows/macos.yml
    apr/apr/branches/1.6.x/.github/workflows/windows.yml

Propchange: apr/apr/branches/1.6.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1906864

Modified: apr/apr/branches/1.6.x/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/.github/workflows/linux.yml?rev=1906867&r1=1906866&r2=1906867&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/.github/workflows/linux.yml (original)
+++ apr/apr/branches/1.6.x/.github/workflows/linux.yml Sat Jan 21 13:57:55 2023
@@ -3,6 +3,7 @@ name: Linux
 on:
   push:
     branches: [ "*" ]
+    tags: [ "*" ]
   pull_request:
     branches: [ "trunk" ]
 

Modified: apr/apr/branches/1.6.x/.github/workflows/macos.yml
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/.github/workflows/macos.yml?rev=1906867&r1=1906866&r2=1906867&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/.github/workflows/macos.yml (original)
+++ apr/apr/branches/1.6.x/.github/workflows/macos.yml Sat Jan 21 13:57:55 2023
@@ -3,6 +3,7 @@ name: macOS
 on:
   push:
     branches: [ "*" ]
+    tags: [ "*" ]
   pull_request:
     branches: [ "trunk" ]
 

Modified: apr/apr/branches/1.6.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/.github/workflows/windows.yml?rev=1906867&r1=1906866&r2=1906867&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/.github/workflows/windows.yml (original)
+++ apr/apr/branches/1.6.x/.github/workflows/windows.yml Sat Jan 21 13:57:55 2023
@@ -3,6 +3,7 @@ name: Windows
 on:
   push:
     branches: [ "*" ]
+    tags: [ "*" ]
   pull_request:
     branches: [ "trunk" ]