switch to "main" as default branch name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-05-01 19:48:33 +02:00
parent 50d485fab8
commit f7d6f9384d
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ steps:
- mvn -B clean compile
when:
branch:
- master
- main
- develop
- feature/*
- fix/*
@@ -35,5 +35,5 @@ steps:
- mvn -B resources:testResources compiler:testCompile surefire:test
when:
branch:
- master
- main
- release/*