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
This commit is contained in:
Ruslan Ibragimov 2022-02-18 11:47:17 +03:00 committed by GitHub
parent efb8410bd6
commit 25d00988ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -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