From 87f7b65fcb83671c334f85df3ecc6509f9bf4091 Mon Sep 17 00:00:00 2001 From: ellie is not coding in the slightest <166862894+eleanordoesntcode@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:41:21 +0200 Subject: [PATCH] Update maven.yml all commits --- .github/workflows/maven.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9cdea34f7e..14cd816c8a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,23 +3,7 @@ # if you wish to create the actual jar. name: Compile and test -on: - # We run our tests whenever the pom or a source file was touched. - # There is no need to run Maven when only the changelog was touched. - # We may also want to re-run this workflow when the workflow file itself - # was updated too. - push: - paths: - - 'src/**' - - 'pom.xml' - - '.github/workflows/maven.yml' - - # Whenever someone submits a new pull request which modified the pom or a source file, - # we want to ensure it compiles successfully and that all tests will pass. - pull_request: - paths: - - 'src/**' - - 'pom.xml' +on: [push] jobs: compile: