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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 20855098241a0958693cdfd06cd7f51b548b0e60
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 29 10:15:35 2023 +0200

    Limit `on.push` in CI to `main` and `release/*` branches to avoid duplicate 
runs
---
 .github/workflows/build.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 1e09709..a7ba748 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -19,6 +19,9 @@ name: build
 
 on:
   push:
+    branches:
+      - "main"
+      - "release/*"
     paths-ignore:
       - "**.adoc"
       - "**.md"

Reply via email to