Fix default branch name

This commit is contained in:
Dave Syer
2023-01-06 07:41:51 +00:00
parent ce15b8e580
commit 04686d7d5b

View File

@@ -5,9 +5,9 @@ name: Java CI with Maven
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: