publish libs only on main branch
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m8s

This commit is contained in:
Jorge Bornhausen 2024-10-18 22:08:36 +02:00
parent e9da1d0fae
commit 5a98e9261f

View file

@ -35,9 +35,9 @@ jobs:
- name: Make maven wrapper executable
run: chmod +x mvnw
- name: Run tests
- name: Build and run tests
run: ./mvnw verify
- name: Upload libs to Gitea Maven Registry
if: gitea.ref == 'refs/heads/main' || gitea.ref == 'refs/heads/dev'
if: gitea.ref == 'refs/heads/main'
run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true