Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d1d34

Browse files
author
Jacek Gębal
committed
Update build process
1 parent b12b711 commit 60d1d34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,20 @@ jobs:
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7171

7272
- name: Maven deploy snapshot
73+
if: github.event_name != 'pull_request'
7374
run: mvn deploy -DskipTests
7475
env:
7576
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
7677
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
7778
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
7879

7980
- name: Get project version
81+
if: github.event_name != 'pull_request'
8082
id: project_version
8183
run: echo "version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
8284

8385
- name: Trigger utPLSQL-cli snapshot build
86+
if: github.event_name != 'pull_request'
8487
uses: peter-evans/repository-dispatch@v3
8588
with:
8689
token: ${{ secrets.CLI_REPO_TOKEN }}

0 commit comments

Comments
 (0)