summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2023-01-21 13:57:55 +0000
committerIvan Zhakov <ivan@apache.org>2023-01-21 13:57:55 +0000
commit776f4b7919107e4f3d18d0406e00c78c877baa9b (patch)
tree72d1e919f63eb5b93d854d9b9b3caa96d05f6291
parent5bd4865b771d11eae122a930d73f9670c4be8716 (diff)
downloadapr-1.6.x.tar.gz
Merge r1906864 from trunk:1.6.x
.github/workflows: Enable CI builds for tags. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1906867 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml1
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/windows.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index be46a2a74..e624171eb 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -3,6 +3,7 @@ name: Linux
on:
push:
branches: [ "*" ]
+ tags: [ "*" ]
pull_request:
branches: [ "trunk" ]
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 591486753..f9f0bc296 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -3,6 +3,7 @@ name: macOS
on:
push:
branches: [ "*" ]
+ tags: [ "*" ]
pull_request:
branches: [ "trunk" ]
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a7f7603bc..96b303f79 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -3,6 +3,7 @@ name: Windows
on:
push:
branches: [ "*" ]
+ tags: [ "*" ]
pull_request:
branches: [ "trunk" ]