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:55:49 UTC

svn commit: r1906864 - in /apr/apr/trunk/.github/workflows: linux.yml macos.yml windows.yml

Author: ivan
Date: Sat Jan 21 13:55:49 2023
New Revision: 1906864

URL: http://svn.apache.org/viewvc?rev=1906864&view=rev
Log:
.github/workflows: Enable CI builds for tags.

Modified:
    apr/apr/trunk/.github/workflows/linux.yml
    apr/apr/trunk/.github/workflows/macos.yml
    apr/apr/trunk/.github/workflows/windows.yml

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

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

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