Browse Source

Trigger backend workflow on root pom.xml change (#1634)

* Trigger backend workflow on root pom.xml change

* Trigger e2e checks workflow on root pom.xml change
Ruslan Ibragimov 3 years ago
parent
commit
25d00988ad
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/backend.yml
  2. 1 0
      .github/workflows/e2e-checks.yaml

+ 1 - 0
.github/workflows/backend.yml

@@ -7,6 +7,7 @@ on:
     types: ["opened", "edited", "reopened", "synchronize"]
     paths:
       - "kafka-ui-api/**"
+      - "pom.xml"
 jobs:
   build-and-test:
     runs-on: ubuntu-latest

+ 1 - 0
.github/workflows/e2e-checks.yaml

@@ -7,6 +7,7 @@ on:
       - "kafka-ui-contract/**"
       - "kafka-ui-react-app/**"
       - "kafka-ui-e2e-checks/**"
+      - "pom.xml"
 jobs:
   build-and-test:
     runs-on: ubuntu-latest