From 3a076c21cdf3e47b1c9738b799b1c5c9fb931e08 Mon Sep 17 00:00:00 2001 From: Niix <46878004+Niix-Dan@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:07:48 -0300 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4fbbe2146..d67e594d2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -4,7 +4,6 @@ name: Compile and test on: - workflow_dispatch: # 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