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

commit f2ceaaa72c31da66e7eb5a4a96d20ffb35e31a75
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 12 23:01:57 2022 +0100

    Don't trigger on changes to maven GH action
---
 .github/workflows/codeql-analysis.yml | 4 ++++
 .github/workflows/coverage.yml        | 8 +++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index e2d3a1e..c1ea60e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -17,8 +17,12 @@ name: "CodeQL"
 
 on:
   push:
+    paths-ignore:
+      - '**/workflows/maven.yml'
     branches: [ master ]
   pull_request:
+    paths-ignore:
+      - '**/workflows/maven.yml'
     # The branches below must be a subset of the branches above
     branches: [ master ]
   schedule:
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 68d62f6..115745b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -15,7 +15,13 @@
 
 name: Coverage
 
-on: [push, pull_request]
+on: 
+  push:
+    paths-ignore:
+      - '**/workflows/maven.yml'
+  pull_request:
+    paths-ignore:
+      - '**/workflows/maven.yml'
 
 permissions:
   contents: read

Reply via email to