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

ottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new c0fba8b  Restrict trigger push branch for GitHub Workflow
c0fba8b is described below

commit c0fba8bdea63ef4cde34416b073e93b55179b997
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jul 2 12:22:09 2026 +0200

    Restrict trigger push branch for GitHub Workflow
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d890e12..340f0a4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -19,6 +19,8 @@ name: GitHub CI
 
 on:
   push:
+    branches:
+      - master
 #    branches-ignore:
 #      - dependabot/**
   pull_request:

Reply via email to