diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b63af6a..df150ff 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,10 +1,8 @@ on: push: - branches: ["**"] + branches: [main] pull_request: - types: - - opened - - synchronize + branches: [main] jobs: build: @@ -30,4 +28,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: AntiVPN - path: Assembly/target/Assembly-*.jar \ No newline at end of file + path: Assembly/target/Assembly-*.jar