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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new f0d105c  Trigger ourselves
f0d105c is described below

commit f0d105c2fcb540e4d1d996f47fb20a36d2bc2d95
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 13 17:52:42 2022 +0100

    Trigger ourselves
---
 .github/workflows/maven_win.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/maven_win.yml b/.github/workflows/maven_win.yml
index 838983d..34e1bbe 100644
--- a/.github/workflows/maven_win.yml
+++ b/.github/workflows/maven_win.yml
@@ -21,6 +21,10 @@ name: Java CI Win
 
 on:
   workflow_dispatch:
+  # trigger outselves on change
+  push:
+    paths:
+      - **/workflows/maven_win.yml
 
 jobs:
   build:

Reply via email to