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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 816c2a8a Allow trigger
816c2a8a is described below
commit 816c2a8a40955dac5db3d1ecf401af18a02b7620
Author: Sebb <[email protected]>
AuthorDate: Sun Apr 14 09:41:05 2024 +0100
Allow 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 0cb73ccf..a23b82ce 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