summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2023-01-21 13:55:49 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2023-01-21 13:55:49 +0000
commitae93ca1f42e6f47bd5134e4dcc61a61062952ada (patch)
tree836c29fe5f2563d1fceb2a9bd31c182714023c27
parent5ef3adce5599e0223df9efbe6e8ca11436691f27 (diff)
downloadlibapr-ae93ca1f42e6f47bd5134e4dcc61a61062952ada.tar.gz
.github/workflows: Enable CI builds for tags.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1906864 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" ]