reverted changes

This commit is contained in:
Myles Coleman 2024-01-26 09:19:41 -08:00
parent 5e33b7ebaf
commit 46b936a25a

View file

@ -5,14 +5,14 @@ name: Java CI with Maven
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:
runs-on: self-hosted # GitHub-hosted runners are not yet supported with self-hosted runners runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
java: [ '17' ] java: [ '17' ]