Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit dd47bc3

Browse files
feat: no compilation when updating jitpack config
1 parent 093e8b5 commit dd47bc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
tags-ignore:
88
- '**'
99
paths-ignore:
10-
- '**/jitpack.yml'
10+
- 'jitpack.yml'
1111

1212
jobs:
1313
build:

jitpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ jdk:
22
- openjdk14
33

44
before_install:
5+
- echo "Install java 14"
56
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
67
- source install-jdk.sh --feature 14
78
- jshell --version

0 commit comments

Comments
 (0)