Try not to deploy to the maven repo simply when a PR is open.
This commit is contained in:
parent
195df4f120
commit
820521520a
1 changed files with 5 additions and 3 deletions
|
@ -20,7 +20,9 @@ steps:
|
||||||
from_secret: repo-token
|
from_secret: repo-token
|
||||||
commands:
|
commands:
|
||||||
- mvn -s maven-settings.xml deploy -DskipTests=true
|
- mvn -s maven-settings.xml deploy -DskipTests=true
|
||||||
when:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
include:
|
- master
|
||||||
- master
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
|
Loading…
Reference in a new issue