Merge pull request #1 from kevdev424/github-actions

Test build on push to any branch
This commit is contained in:
Kevin Thayer 2022-12-19 14:55:09 -06:00 committed by GitHub
commit 02453574db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ name: Java CI with Maven
on:
push:
branches: [ main ]
branches: [ '**' ]
pull_request:
branches: [ main ]