Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/funkemunky/AntiVPN
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Oct 30, 2023
2 parents d461b59 + c6303ec commit f4d6fc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
on:
push:
branches: ["**"]
pull_request:
types:
- opened
- synchronize

jobs:
build:
Expand All @@ -26,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: AntiVPN
path: Assembly/target/Assembly-*.jar
path: Assembly/target/Assembly-*.jar

0 comments on commit f4d6fc2

Please sign in to comment.