diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76782e7..ab50b7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,10 @@ -name: GitHub Actions -run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +name: Running Tests on: push: - branches: [ "master" ] + branches: [ "main" ] jobs: - Explore-GitHub-Actions: + test: runs-on: ubuntu-latest - if: github.ref != 'refs/heads/develop' steps: - name: Set up JDK 17 uses: actions/setup-java@v3