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-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 0d562b2 Restrict trigger push branch for GitHub Workflow
0d562b2 is described below
commit 0d562b2b7d9db35e7783a4927b91cb44ad733c22
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Jul 2 12:22:21 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 0cb0a0a..28e82fc 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: