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 d1431be  Trying to fix path match
d1431be is described below

commit d1431be4ffb156923b88a9c09d68fd14052e41dc
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 11:49:34 2022 +0000

    Trying to fix path match
---
 .github/workflows/integration-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 6e2d3a9..15f74f3 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -5,7 +5,7 @@ name: Integration Tests
 on:
   push:
     paths:
-      - 'integration-tests.yml'
+      - '**/integration-tests.yml'
 
   workflow_dispatch:
 

Reply via email to