Skip to content

Commit

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

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

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

Expand All @@ -28,10 +28,10 @@ jobs:

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


Expand Down

0 comments on commit 757f89c

Please sign in to comment.