@@ -2,9 +2,9 @@ name: Spring Batch Elasticsearch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -18,4 +18,4 @@ jobs:
|
||||
java-version: 1.8
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
working-directory: spring-batch-elasticsearch
|
||||
working-directory: spring-batch-elasticsearch
|
||||
|
||||
6
.github/workflows/spring-batch-excel.yml
vendored
6
.github/workflows/spring-batch-excel.yml
vendored
@@ -2,9 +2,9 @@ name: Spring Batch Excel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -18,4 +18,4 @@ jobs:
|
||||
java-version: 1.8
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
working-directory: spring-batch-excel
|
||||
working-directory: spring-batch-excel
|
||||
|
||||
Reference in New Issue
Block a user