diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93e1b74..238b76e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: Build project on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -28,4 +28,4 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven - run: mvn clean test -B -U \ No newline at end of file + run: mvn clean test -B -U