You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2024/04/12 10:58:51 UTC

(logging-parent) branch release/11.0.0-test2 updated: Fix `deploy-site.yaml` listen condition

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/11.0.0-test2
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/release/11.0.0-test2 by this push:
     new 014acf0  Fix `deploy-site.yaml` listen condition
014acf0 is described below

commit 014acf02f20cb97ca4fe49c259305f7a6d2303c4
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Apr 12 12:58:00 2024 +0200

    Fix `deploy-site.yaml` listen condition
---
 .github/workflows/deploy-site.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml
index 11bda9d..8816060 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -22,6 +22,7 @@ on:
     branches:
       - "main"
       - "main-site-pro"
+      - "release/*"
     paths-ignore:
       - "**.md"
       - "**.txt"