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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new d3d66a74 Allow direct trigger [skip ci]
d3d66a74 is described below

commit d3d66a74e1ef81e5e642d24d7e2351534195e792
Author: Sebb <s...@apache.org>
AuthorDate: Wed Dec 13 15:25:56 2023 +0000

    Allow direct trigger [skip ci]
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 541795aa..7887e964 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,7 @@
 
 name: Java CI
 
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 
 permissions:
   contents: read

Reply via email to