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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new c1df039  Minor: Only check for modified BOM pom files after a build
c1df039 is described below

commit c1df03965aad01a1a0b72f5e8a8e295bafd4512c
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Feb 9 19:48:35 2022 +0100

    Minor: Only check for modified BOM pom files after a build
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5bf804a..0b4b798 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -52,4 +52,4 @@ jobs:
         labels: |
           dependencies
         add-paths: |
-          boms/tomee*
+          boms/tomee*/pom.xml

Reply via email to