You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/28 00:29:32 UTC

[incubator-ponymail-foal] branch master updated: Fix up triggering

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/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 466d054  Fix up triggering
466d054 is described below

commit 466d0545fbd6fa91190f246195964a83348e932a
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jan 28 00:28:47 2022 +0000

    Fix up triggering
---
 .github/workflows/integration-tests.yml | 1 +
 .github/workflows/type-tests.yml        | 1 +
 .github/workflows/unittest.yml          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 9da46e6..96efada 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -6,6 +6,7 @@ on:
   push:
     paths:
       - '**/integration-tests.yml'
+      - 'test/itest*'
 
   workflow_dispatch:
 
diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 4a9013d..91f8d17 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -4,6 +4,7 @@ on:
   push:
     paths-ignore:
       - '**/integration-tests.yml'
+      - 'test/itest*'
   
   workflow_dispatch:
 
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 4dddd0e..077a395 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -4,6 +4,7 @@ on:
   push:
     paths-ignore:
       - '**/integration-tests.yml'
+      - 'test/itest*'
   
   workflow_dispatch: