Skip to content

Commit fc9f518

Browse files
committed
ci: remove main branch reference from maven workflow
Default branch is master. Remove stale main reference.
1 parent a5d621b commit fc9f518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

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

88
on:
99
push:
10-
branches: [ main, master ]
10+
branches: [ master ]
1111
pull_request:
12-
branches: [ main, master ]
12+
branches: [ master ]
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)