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/26 16:46:19 UTC

[commons-crypto] branch sebb-mac-test updated: On demand only

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 b0c7988  On demand only
b0c7988 is described below

commit b0c79887b620039168f1a8524e9bd63e48c624a1
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 26 17:46:13 2022 +0100

    On demand only
---
 .github/workflows/maven.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8037bd4..d5befcc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -18,12 +18,6 @@ name: Java CI
 on:
   # allow direct trigger
   workflow_dispatch:
-  push:
-    paths-ignore:
-      - '**/workflows/*.yml'
-  pull_request:
-    paths-ignore:
-      - '**/workflows/*.yml'
 
 jobs:
   build: