diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7051a74..87df2cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - +name: Deploy Jars on: push: branches: [ main ]