Skip to content

Commit c76f364

Browse files
committed
Add missing workflow file path to workflow triggers
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
1 parent 3192515 commit c76f364

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

.github/workflows/spring-batch-bigquery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch BigQuery
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-bigquery.yml'
67
- 'spring-batch-bigquery/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-bigquery.yml'
911
- 'spring-batch-bigquery/**'
1012

1113
jobs:

.github/workflows/spring-batch-elasticsearch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch Elasticsearch
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-elasticsearch.yml'
67
- 'spring-batch-elasticsearch/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-elasticsearch.yml'
911
- 'spring-batch-elasticsearch/**'
1012

1113
jobs:

.github/workflows/spring-batch-excel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch Excel
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-excel.yml'
67
- 'spring-batch-excel/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-excel.yml'
911
- 'spring-batch-excel/**'
1012

1113
jobs:

.github/workflows/spring-batch-geode.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch Geode
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-geode.yml'
67
- 'spring-batch-geode/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-geode.yml'
911
- 'spring-batch-geode/**'
1012

1113
jobs:

.github/workflows/spring-batch-neo4j.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Spring Batch Neo4j
33
on:
44
pull_request:
55
paths:
6+
- '.github/workflows/spring-batch-neo4j.yml'
67
- 'spring-batch-neo4j/**'
78
push:
89
paths:
10+
- '.github/workflows/spring-batch-neo4j.yml'
911
- 'spring-batch-neo4j/**'
1012

1113
jobs:

.github/workflows/spring-batch-notion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'spring-batch-notion/**'
88
push:
99
paths:
10+
- '.github/workflows/spring-batch-notion.yml'
1011
- 'spring-batch-notion/**'
1112

1213
env:

0 commit comments

Comments
 (0)