Skip to content

Commit 25ec623

Browse files
authored
Change branch name from 'master' to 'main'
1 parent a251768 commit 25ec623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Java CI with Maven
1010

1111
on:
1212
push:
13-
branches: [ "master" ]
13+
branches: [ "main" ]
1414
pull_request:
15-
branches: [ "master" ]
15+
branches: [ "main" ]
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)