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 e1aaff71 Native also depends on these Java files
e1aaff71 is described below
commit e1aaff71124d035e6792bc85b8de973461698f31
Author: sebbASF <[email protected]>
AuthorDate: Sat Nov 25 08:26:00 2023 +0000
Native also depends on these Java files
---
.github/workflows/maven_crosstest.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven_crosstest.yml
b/.github/workflows/maven_crosstest.yml
index 12980b1d..ef9e2b6a 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -21,6 +21,10 @@ on:
push:
paths:
- '**/native/**'
+ - 'Makefile*'
+ - '**/OpenSslNative.java'
+ - '**/OpenSslCryptoRandomNative.java'
+ - '**/OpenSslInfoNative.java'
- '**/maven_crosstest.yml'
- 'src/docker/*'
- '!src/docker/Dockerfile*'