Skip to content

Commit 25d0098

Browse files
authored
Trigger backend workflow on root pom.xml change (provectus#1634)
* Trigger backend workflow on root pom.xml change * Trigger e2e checks workflow on root pom.xml change
1 parent efb8410 commit 25d0098

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/backend.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
types: ["opened", "edited", "reopened", "synchronize"]
88
paths:
99
- "kafka-ui-api/**"
10+
- "pom.xml"
1011
jobs:
1112
build-and-test:
1213
runs-on: ubuntu-latest

.github/workflows/e2e-checks.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "kafka-ui-contract/**"
88
- "kafka-ui-react-app/**"
99
- "kafka-ui-e2e-checks/**"
10+
- "pom.xml"
1011
jobs:
1112
build-and-test:
1213
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)