Merge pull request 'publish libs only on main branch' (#4) from dev into main
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m17s

Reviewed-on: phoenix/quarkus-commons#4
This commit is contained in:
Jorge Bornhausen 2024-10-18 20:09:14 +00:00
commit 15c6263395

View file

@ -35,9 +35,9 @@ jobs:
- name: Make maven wrapper executable - name: Make maven wrapper executable
run: chmod +x mvnw run: chmod +x mvnw
- name: Run tests - name: Build and run tests
run: ./mvnw verify run: ./mvnw verify
- name: Upload libs to Gitea Maven Registry - 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 run: ./mvnw deploy -Dmaven.test.skip=true -Dmaven.javadoc.skip=true