diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml new file mode 100644 index 0000000..4f2f284 --- /dev/null +++ b/.github/workflows/pull-request.yml @@ -0,0 +1,12 @@ +name: Pull Requests + +on: + pull_request: + paths-ignore: + - '.github/**' + +jobs: + Build: + uses: evanchooly/workflows/.github/workflows/pull-request.yml@master + with: + java: 17 diff --git a/pom.xml b/pom.xml index da28ab9..1cf0bbc 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,17 @@ 2.0.7 + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + + + + +