From dae9111a3466f7fa18867b8fdb654b40890b2484 Mon Sep 17 00:00:00 2001 From: Dawson Hessler Date: Mon, 30 Oct 2023 10:01:50 -0400 Subject: [PATCH] Revert "Merge branch 'master' of https://github.com/funkemunky/AntiVPN" This reverts commit f4d6fc2b4bc9858a8b8ddca778d5fe456ffbd688, reversing changes made to d461b5945b5353ecad35e8b3635e0b51f322d5d7. --- .github/workflows/maven.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4c948e5..0ed0933 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,10 +1,6 @@ on: push: branches: ["**"] - pull_request: - types: - - opened - - synchronize jobs: build: @@ -30,4 +26,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: AntiVPN - path: Assembly/target/Assembly-*.jar + path: Assembly/target/Assembly-*.jar \ No newline at end of file