You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/29 13:39:20 UTC

[commons-crypto] branch sebb-mac-test updated: Use different name for clarity

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

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


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 377cce1  Use different name for clarity
377cce1 is described below

commit 377cce1598327ee7a38b0ac182bdeaf46e311943
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 29 14:39:13 2022 +0100

    Use different name for clarity
---
 .github/workflows/{maven.yml => maventest.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maventest.yml
similarity index 98%
rename from .github/workflows/maven.yml
rename to .github/workflows/maventest.yml
index 9079b83..fed2ed6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maventest.yml
@@ -20,7 +20,7 @@ on:
   workflow_dispatch:
   push:
     paths:
-      - '**/workflows/maven.yml'
+      - '**/workflows/maventest.yml'
 
 jobs:
   build: