diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0ed0933..4c948e5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,6 +1,10 @@ on: push: branches: ["**"] + pull_request: + types: + - opened + - synchronize jobs: build: @@ -26,4 +30,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