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:
parent
efb8410bd6
commit
25d00988ad
2 changed files with 2 additions and 0 deletions
1
.github/workflows/backend.yml
vendored
1
.github/workflows/backend.yml
vendored
|
@ -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
.github/workflows/e2e-checks.yaml
vendored
1
.github/workflows/e2e-checks.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue