This commit is contained in:
Amith Koujalgi 2023-12-19 23:35:16 +05:30
parent 8a895e02fb
commit 082b708927

View File

@ -47,6 +47,8 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build
run: mvn -B -ntp clean install
- name: Publish to GitHub Packages Apache Maven
if: >
github.event_name != 'pull_request' &&