Replace master with main

Issue #67
This commit is contained in:
Mahmoud Ben Hassine
2021-04-27 16:20:15 +02:00
parent 9bb5c79290
commit 95f56c8d0d
3 changed files with 19 additions and 19 deletions

View File

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

View File

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