mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
only publish on main repo
This commit is contained in:
parent
2a0f63e9f9
commit
19cd7dcbce
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
maven-publish:
|
maven-publish:
|
||||||
image: eclipse-temurin:17-jdk
|
image: eclipse-temurin:17-jdk
|
||||||
when:
|
when:
|
||||||
|
event: [push, manual]
|
||||||
branch: main
|
branch: main
|
||||||
commands:
|
commands:
|
||||||
- chmod +x ./gradlew
|
- chmod +x ./gradlew
|
||||||
|
|
Loading…
Reference in a new issue