Skip to content

Commit

Permalink
Update package-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu authored Jan 3, 2024
1 parent 757f89c commit 3684e36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Package-prod

on:
push:
branches: [ "master"]
branches: [ "feature/version/upgrade"]
paths-ignore:
- target/**

pull_request:
branches: [ "master" ]
branches: [ "feature/version/upgrade" ]
paths-ignore:
- target/**

Expand All @@ -22,10 +22,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup JDK 8
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 17
distribution: 'adopt'

- name: Build with Maven
Expand Down

0 comments on commit 3684e36

Please sign in to comment.